Added blogbench.yaml to parallel before and after -x upgrade steps

Fixes #15093

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2016-03-11 14:42:21 -08:00
parent 74294039a3
commit 6122002cde
6 changed files with 58 additions and 1 deletions

View File

@ -9,6 +9,8 @@ roles:
- osd.3
- - client.0
- client.1
- client.2
- client.3
overrides:
ceph:
log-whitelist:

View File

@ -0,0 +1,13 @@
meta:
- desc: |
run a cephfs stress test
mount ceph-fuse on client.2 before running workunit
workload:
sequential:
- ceph-fuse:
- print: "**** done ceph-fuse 2-workload"
- workunit:
clients:
client.2:
- suites/blogbench.sh
- print: "**** done suites/blogbench.sh 2-workload"

View File

@ -0,0 +1,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 5-final-workload"
- workunit:
clients:
client.3:
- suites/blogbench.sh
- print: "**** done suites/blogbench.sh 5-final-workload"

View File

@ -1,8 +1,9 @@
meta:
- desc: |
Run ceph on two nodes,
with a separate client 0,1 third node.
with a separate client 0,1,2 third node.
Use xfs beneath the osds.
CephFS tests running on client 2,3
roles:
- - mon.a
- mds.a
@ -14,6 +15,8 @@ roles:
- osd.3
- - client.0
- client.1
- client.2
- client.3
overrides:
ceph:
log-whitelist:

View File

@ -0,0 +1,13 @@
meta:
- desc: |
run a cephfs stress test
mount ceph-fuse on client.2 before running workunit
workload:
sequential:
- ceph-fuse:
- print: "**** done ceph-fuse 2-workload"
- workunit:
clients:
client.2:
- suites/blogbench.sh
- print: "**** done suites/blogbench.sh 2-workload"

View File

@ -0,0 +1,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 5-final-workload"
- workunit:
clients:
client.3:
- suites/blogbench.sh
- print: "**** done suites/blogbench.sh 5-final-workload"