mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
rbd: add some missing workunits
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
a303f9de5c
commit
4466d2fa79
8
suites/rbd/singleton/all/admin_socket.yaml
Normal file
8
suites/rbd/singleton/all/admin_socket.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [rbd/test_admin_socket.sh]
|
8
suites/rbd/singleton/all/mirror_image_replay.yaml
Normal file
8
suites/rbd/singleton/all/mirror_image_replay.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [rbd/rbd_mirror_image_replay.sh]
|
8
suites/rbd/singleton/all/permissions.yaml
Normal file
8
suites/rbd/singleton/all/permissions.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [rbd/permissions.sh]
|
8
suites/rbd/singleton/all/verify_pool.yaml
Normal file
8
suites/rbd/singleton/all/verify_pool.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [rbd/verify_pool.sh]
|
Loading…
Reference in New Issue
Block a user