]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: pool_init API now validates the pool
authorJason Dillaman <dillaman@redhat.com>
Wed, 27 Feb 2019 19:13:16 +0000 (14:13 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 1 Mar 2019 13:27:27 +0000 (08:27 -0500)
commit819290e5cfefd9ffe2720529bae2924c4b91c07d
treeda66600288d477e23d7719079e4bad17f012b5e9
parent6a84ca3f24421a5150ae32e7ff380f4121d32b13
librbd: pool_init API now validates the pool

This offloads the validation process from the image creation
state machine under normal conditions.

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