diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2017-08-10 11:54:53 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-08-10 11:54:53 +0200 |
commit | ad715b3368522a3913ccaa233abc9729f728e328 (patch) | |
tree | 12262541d788c2cad66c11a958f8ee3df616b9e0 /src/test/cli-integration/rbd | |
parent | Merge pull request #16956 from theanalyst/doc-changelog-v11.2.1 (diff) | |
download | ceph-ad715b3368522a3913ccaa233abc9729f728e328.tar.xz ceph-ad715b3368522a3913ccaa233abc9729f728e328.zip |
qa: fix POOL_APP_NOT_ENABLED warning in krbd:unmap suite
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'src/test/cli-integration/rbd')
-rw-r--r-- | src/test/cli-integration/rbd/unmap.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/cli-integration/rbd/unmap.t b/src/test/cli-integration/rbd/unmap.t index 0af34bf999b..d122b7d46d5 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 |