]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: diff iterate with fast-diff now correctly includes parent
authorJason Dillaman <dillaman@redhat.com>
Mon, 23 Dec 2019 16:34:07 +0000 (11:34 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 23 Dec 2019 16:34:07 +0000 (11:34 -0500)
commitb61f83b6f0b5913484cca060e090f81d6215f6cb
tree98c7bb75af84839dbc463f0cb2da277025543bb4
parent37f771cffb1034af8ae840174acaac98d42a046a
librbd: diff iterate with fast-diff now correctly includes parent

When whole-object and include-parent options are enabled, the
diff will now include the parent image diffs. Previously, the
parent image diffs were not included when fast-diff was enabled
but was included when fast-diff was disabled.

Fixes: https://tracker.ceph.com/issues/42248
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/DiffIterate.cc