]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: diff iterate with fast-diff now correctly includes parent 32470/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 23 Dec 2019 16:34:07 +0000 (11:34 -0500)
committerzhengyin <zhengyin@cmss.chinamobile.com>
Fri, 3 Jan 2020 09:14:17 +0000 (17:14 +0800)
commit31d31f29f0883e0726cf21388a46ee5b7367f2e0
tree511d8e725c586e18f03aed1071c525caa79681c3
parentf02c04da48636c45f51dab16fc877b5539a8ffc5
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>
(cherry picked from commit b61f83b)
src/librbd/api/DiffIterate.cc