Skip to content

Commit

Permalink
Merge pull request #869 from ceph/wip-15093-jewel
Browse files Browse the repository at this point in the history
Added blogbench.yaml to parallel before and after -x upgrade steps

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
jdurgin committed Mar 28, 2016
2 parents e541123 + 6122002 commit 7e595e1
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 1 deletion.
2 changes: 2 additions & 0 deletions suites/upgrade/hammer-x/parallel/0-cluster/start.yaml
Expand Up @@ -9,6 +9,8 @@ roles:
- osd.3
- - client.0
- client.1
- client.2
- client.3
overrides:
ceph:
log-whitelist:
Expand Down
13 changes: 13 additions & 0 deletions suites/upgrade/hammer-x/parallel/2-workload/blogbench.yaml
@@ -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"
13 changes: 13 additions & 0 deletions suites/upgrade/hammer-x/parallel/5-final-workload/blogbench.yaml
@@ -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"
5 changes: 4 additions & 1 deletion suites/upgrade/infernalis-x/parallel/0-cluster/start.yaml
@@ -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
Expand All @@ -14,6 +15,8 @@ roles:
- osd.3
- - client.0
- client.1
- client.2
- client.3
overrides:
ceph:
log-whitelist:
Expand Down
13 changes: 13 additions & 0 deletions suites/upgrade/infernalis-x/parallel/2-workload/blogbench.yaml
@@ -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"
@@ -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"

0 comments on commit 7e595e1

Please sign in to comment.