blob: 205f72e832bc7b25904384b963890b0ecd122ded (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
meta:
- desc: |
run a cephfs stress test
mount ceph-fuse on client.3 before running workunit
tasks:
- sequential:
- ceph-fuse:
- print: "**** done ceph-fuse 4-final-workload"
- workunit:
clients:
client.3:
- suites/blogbench.sh
- print: "**** done suites/blogbench.sh 4-final-workload"
|