Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: fix POOL_APP_NOT_ENABLED warning in krbd:unmap suite #16966

Merged
merged 1 commit into from
Aug 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/test/cli-integration/rbd/unmap.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down