]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: bypass pool validation if "rbd_validate_pool" is false 26878/head
authorJason Dillaman <dillaman@redhat.com>
Sun, 10 Mar 2019 19:49:15 +0000 (15:49 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 10 Mar 2019 19:49:15 +0000 (15:49 -0400)
commit520e46f43b0e6e272a3537b9604a9464b5b15d5b
tree3f9886e7c73211819ae1378a8f6ce8b3077a1ee2
parentb915fcee4ff09f8d5c72fb3cb85c2c9bd7df5520
librbd: bypass pool validation if "rbd_validate_pool" is false

This config option is already used by the create image state
machine. This should address a broken test case when validating
pool vs self-managed snapshots.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/Pool.cc