]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: replace usage of 'rados mkpool' 23938/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 5 Sep 2018 12:17:39 +0000 (08:17 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 5 Sep 2018 12:17:39 +0000 (08:17 -0400)
This command was dropped under commit 2c26fb0fe1, so use
'ceph osd pool create' instead.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/cli_generic.sh

index 114f084ff0bef828185aed85c252ce2f278857d8..908ce093617b9600fed1c5da64446fda81c3271b 100755 (executable)
@@ -668,7 +668,7 @@ get_migration_state() {
 test_migration() {
     echo "testing migration..."
     remove_images
-    rados mkpool rbd2
+    ceph osd pool create rbd2 8
     rbd pool init rbd2
 
     # Convert to new format