mirror of
https://github.com/ceph/ceph
synced 2025-02-27 04:52:54 +00:00
Fixes: https://tracker.ceph.com/issues/25140 Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
14 lines
325 B
YAML
14 lines
325 B
YAML
meta:
|
|
- desc: |
|
|
run a cephfs stress test
|
|
mount ceph-fuse on client.3 before running workunit
|
|
tasks:
|
|
- sequential:
|
|
- ceph-fuse:
|
|
- print: "**** done ceph-fuse 5-final-workload"
|
|
- workunit:
|
|
clients:
|
|
client.3:
|
|
- suites/blogbench.sh
|
|
- print: "**** done suites/blogbench.sh 5-final-workload"
|