]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: add new RBD_FLAG_FAST_DIFF_INVALID flag
authorJason Dillaman <dillaman@redhat.com>
Tue, 14 Apr 2015 13:13:03 +0000 (09:13 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 14 Apr 2015 13:13:03 +0000 (09:13 -0400)
commit9eb1e59cee46d013bedd8c94c929d613a34a2e62
treeccfa8c3a1314257d7b07eb8400238e779385a7c7
parente5befcd5c3c98b8762b405b0d3cc6ab32e0715b4
librbd: add new RBD_FLAG_FAST_DIFF_INVALID flag

Since fast diff can be enabled/disabled independently from the object
map, it's important to track when the fast diff portion of the object
map is invalid.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/librbd/ObjectMap.cc
src/librbd/RebuildObjectMapRequest.cc
src/librbd/internal.cc
src/rbd.cc