Skip to content

Commit

Permalink
Merge pull request #870 from ceph/wip-rbd-mirror
Browse files Browse the repository at this point in the history
rbd: add some missing workunits

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Mar 12, 2016
2 parents 77ca803 + 4466d2f commit ebdcd29
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions suites/rbd/singleton/all/admin_socket.yaml
@@ -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 changes: 8 additions & 0 deletions suites/rbd/singleton/all/mirror_image_replay.yaml
@@ -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 changes: 8 additions & 0 deletions suites/rbd/singleton/all/permissions.yaml
@@ -0,0 +1,8 @@
roles:
- [mon.a, osd.0, osd.1, client.0]
tasks:
- install:
- ceph:
- workunit:
clients:
all: [rbd/permissions.sh]
8 changes: 8 additions & 0 deletions suites/rbd/singleton/all/verify_pool.yaml
@@ -0,0 +1,8 @@
roles:
- [mon.a, osd.0, osd.1, client.0]
tasks:
- install:
- ceph:
- workunit:
clients:
all: [rbd/verify_pool.sh]

0 comments on commit ebdcd29

Please sign in to comment.