]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd-mirror: allow resync while a group snapshot is still syncing
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Thu, 11 Dec 2025 05:23:50 +0000 (10:53 +0530)
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Thu, 19 Feb 2026 08:35:24 +0000 (14:05 +0530)
commit122f78aa68187c00e52ed1f4d8e0911f76bdf72d
tree1d6f86c841d8204dc6191c7ad37215c08c1d31e5
parent442ab54cd9edd906bc0700a5065bb7d71c019c41
rbd-mirror: allow resync while a group snapshot is still syncing

currently we do not allow resync operation if the snapshot is still inprogress
to sync until its fully done. This means that if snapshot synchronization
becomes stuck for any reason, a resync cannot be triggered, resulting in an
undesirable operational limitation.

this change enables resync requests to be processed even when a group snapshot
is still syncing, allowing resync in the middle of syncing a group snapshot.

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
qa/workunits/rbd/rbd_mirror_group_simple.sh