From: Mykola Golub Date: Wed, 5 Sep 2018 19:52:20 +0000 (+0300) Subject: qa/workunits/rbd: replace usage of 'rados rmpool' X-Git-Tag: v14.0.1~394^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23942%2Fhead;p=ceph.git qa/workunits/rbd: replace usage of 'rados rmpool' This command was dropped. Signed-off-by: Mykola Golub --- diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index 908ce093617b..f48c85269131 100755 --- a/qa/workunits/rbd/cli_generic.sh +++ b/qa/workunits/rbd/cli_generic.sh @@ -749,7 +749,7 @@ test_migration() { done remove_images - rados rmpool rbd2 rbd2 --yes-i-really-really-mean-it + ceph osd pool rm rbd2 rbd2 --yes-i-really-really-mean-it } test_pool_image_args