From 0f0176ed4ab513efd2f3ec3714bf11220bbe67c5 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 5 Sep 2018 08:17:39 -0400 Subject: [PATCH] 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 --- 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 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 -- 2.47.3