]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: Stub out new exclusive image feature
authorJason Dillaman <dillaman@redhat.com>
Tue, 7 Oct 2014 18:17:50 +0000 (14:17 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 8 Jan 2015 02:25:04 +0000 (21:25 -0500)
commitfa96bb4db47c500947efcab51892f45a04b03d30
tree95fd377bef432ed4ce2676fbef4d9fd44c1b636a
parent4280d004fb664f3904149d20a0f14a7eef1d0e10
librbd: Stub out new exclusive image feature

When an image is flagged with the exclusive feature, only a
single client can modify the image.  This is groundwork for
an RBD object map optimization and for RBD mirroring.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/common/config_opts.h
src/include/rbd/features.h
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/librbd.cc
src/pybind/rbd.py
src/rbd.cc
src/test/pybind/test_rbd.py
src/test/run-rbd-tests
src/tracing/librbd.tp