mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
rbd_concurrent: add new task to test concurrent.sh
Add a new kernel task to run the rbd concurrent test. Signed-off-by: Alex Elder <elder@inktank.com>
This commit is contained in:
parent
8cec56dd79
commit
2957d68c96
16
suites/kernel/singleton/tasks/rbd_concurrent.yaml
Normal file
16
suites/kernel/singleton/tasks/rbd_concurrent.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
roles:
|
||||
- [mon.a, mon.c, osd.0, osd.1, osd.2]
|
||||
- [mon.b, mds.a, osd.3, osd.4, osd.5]
|
||||
- [client.0]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
- rbd/concurrent.sh
|
||||
# Options for rbd/concurrent.sh (default values shown)
|
||||
# env:
|
||||
# RBD_CONCURRENT_ITER: 100
|
||||
# RBD_CONCURRENT_COUNT: 5
|
||||
# RBD_CONCURRENT_DELAY: 5
|
Loading…
Reference in New Issue
Block a user