From cec53e9bd23ae97ef11420ca3f6bce4291317344 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Wed, 5 Sep 2018 22:52:20 +0300 Subject: [PATCH] qa/workunits/rbd: replace usage of 'rados rmpool' This command was dropped. Signed-off-by: Mykola Golub --- qa/workunits/rbd/cli_generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index 908ce093617..f48c8526913 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 -- 2.39.5