From: Vasu Kulkarni Date: Fri, 7 Jul 2017 16:23:43 +0000 (-0700) Subject: create rbd pool since its not created by default anymore X-Git-Tag: v12.1.1~117^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71e0922cfad8a05a0642aff1e6fc24024743446f;p=ceph.git create rbd pool since its not created by default anymore Signed-off-by: Vasu Kulkarni --- diff --git a/qa/workunits/ceph-tests/ceph-admin-commands.sh b/qa/workunits/ceph-tests/ceph-admin-commands.sh index 30e74cce5b56..4d850c391bbe 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