]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls_rbd: Add methods for manipulating an image object map
authorJason Dillaman <dillaman@redhat.com>
Thu, 9 Oct 2014 06:51:44 +0000 (02:51 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 29 Jan 2015 02:12:50 +0000 (21:12 -0500)
commit13fd6d1dd0d16c60e0be0cdc316cb429b694fb52
tree9bd8d7dbf863cec17a1a744a187e220b2b293d95
parentdd3ad6b9feeeabe817506ab145566db328a66117
cls_rbd: Add methods for manipulating an image object map

The object map will track the current state of each object
within an RBD image.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd.cc
src/cls/rbd/cls_rbd_client.cc
src/cls/rbd/cls_rbd_client.h
src/common/Makefile.am
src/common/bit_vector.hpp [new file with mode: 0644]
src/test/Makefile.am
src/test/cls_rbd/test_cls_rbd.cc
src/test/common/test_bit_vector.cc [new file with mode: 0644]
src/test/encoding/types.h