Home
last modified time | relevance | path

Searched hist:fc176116cdea816ceb8dd969080b2b95f58edbc0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Drbd.cdiff fc176116cdea816ceb8dd969080b2b95f58edbc0 Thu Jan 13 08:44:26 CST 2022 Peter Lieven <pl@kamp.de> block/rbd: workaround for ceph issue #53784

librbd had a bug until early 2022 that affected all versions of ceph that
supported fast-diff. This bug results in reporting of incorrect offsets
if the offset parameter to rbd_diff_iterate2 is not object aligned.

This patch works around this bug for pre Quincy versions of librbd.

Fixes: 0347a8fd4c3faaedf119be04c197804be40a384b
Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <20220113144426.4036493-3-pl@kamp.de>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Tested-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>