From: Ilya Dryomov Date: Thu, 10 Aug 2017 09:54:53 +0000 (+0200) Subject: qa: fix POOL_APP_NOT_ENABLED warning in krbd:unmap suite X-Git-Tag: v12.2.0~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17192%2Fhead;p=ceph.git qa: fix POOL_APP_NOT_ENABLED warning in krbd:unmap suite Signed-off-by: Ilya Dryomov (cherry picked from commit ad715b3368522a3913ccaa233abc9729f728e328) --- diff --git a/src/test/cli-integration/rbd/unmap.t b/src/test/cli-integration/rbd/unmap.t index 0af34bf999b6..d122b7d46d52 100644 --- a/src/test/cli-integration/rbd/unmap.t +++ b/src/test/cli-integration/rbd/unmap.t @@ -6,6 +6,7 @@ Setup $ rbd snap create img@snap $ rbd create --size 1 anotherimg $ ceph osd pool create custom 8 >/dev/null 2>&1 + $ rbd pool init custom $ rbd create --size 1 custom/img $ rbd snap create custom/img@snap $ rbd snap create custom/img@anothersnap