From: Jason Dillaman Date: Wed, 5 Sep 2018 12:17:39 +0000 (-0400) Subject: qa/workunits/rbd: replace usage of 'rados mkpool' X-Git-Tag: v14.0.1~405^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23938%2Fhead;p=ceph.git qa/workunits/rbd: replace usage of 'rados mkpool' This command was dropped under commit 2c26fb0fe1, so use 'ceph osd pool create' instead. Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index 114f084ff0be..908ce093617b 100755 --- a/qa/workunits/rbd/cli_generic.sh +++ b/qa/workunits/rbd/cli_generic.sh @@ -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