]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: disable RBD exclusive locking by default 3770/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 20 Feb 2015 17:50:26 +0000 (12:50 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 23 Feb 2015 15:47:05 +0000 (10:47 -0500)
commit0ed296b1e3441f953b8c2163d841c55455062b2c
tree6b839d8c1b6715eb8bb0d591f5e14136b87f5314
parentf85f7adc95a1735ef1c1624f37318d46cf36a4f9
rbd: disable RBD exclusive locking by default

Utilize the existing rbd_default_features config option to
control whether or not to enable RBD exclusive locking and
object map features by default.  Also added a new option to
the rbd cli to specify the image features when creating images.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/man/8/rbd.rst
src/common/config_opts.h
src/rbd.cc
src/test/cli/rbd/help.t
src/test/pybind/test_rbd.py