From 71e0922cfad8a05a0642aff1e6fc24024743446f Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 7 Jul 2017 09:23:43 -0700 Subject: [PATCH] create rbd pool since its not created by default anymore Signed-off-by: Vasu Kulkarni --- qa/workunits/ceph-tests/ceph-admin-commands.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/ceph-tests/ceph-admin-commands.sh b/qa/workunits/ceph-tests/ceph-admin-commands.sh index 30e74cce5b56d..4d850c391bbe4 100755 --- a/qa/workunits/ceph-tests/ceph-admin-commands.sh +++ b/qa/workunits/ceph-tests/ceph-admin-commands.sh @@ -5,6 +5,7 @@ ceph -s #list pools rados lspools #lisr rbd images +ceph osd pool create rbd 128 128 rbd ls #check that the monitors work ceph osd set nodown -- 2.39.5