From ad715b3368522a3913ccaa233abc9729f728e328 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 10 Aug 2017 11:54:53 +0200 Subject: [PATCH] qa: fix POOL_APP_NOT_ENABLED warning in krbd:unmap suite Signed-off-by: Ilya Dryomov --- src/test/cli-integration/rbd/unmap.t | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/cli-integration/rbd/unmap.t b/src/test/cli-integration/rbd/unmap.t index 0af34bf999b6c..d122b7d46d52e 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 -- 2.39.5