mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
parent
74294039a3
commit
6122002cde
@ -9,6 +9,8 @@ roles:
|
||||
- osd.3
|
||||
- - client.0
|
||||
- client.1
|
||||
- client.2
|
||||
- client.3
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
|
13
suites/upgrade/hammer-x/parallel/2-workload/blogbench.yaml
Normal file
13
suites/upgrade/hammer-x/parallel/2-workload/blogbench.yaml
Normal 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"
|
@ -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"
|
@ -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:
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user