From: Super User Date: Wed, 8 Jul 2026 12:05:16 +0000 (+0530) Subject: doc/rbd: clarify mirror resync snapshot behavior X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f41b56615a10361d15a9b2e5fd9536a3911dd784;p=ceph.git doc/rbd: clarify mirror resync snapshot behavior Add documentation explaining that rbd mirror resync only copies image state and data up to the last mirror-snapshot for snapshot-based mirroring. Document the requirement to create a new mirror-snapshot on current primary so that new changes (including resize operation) gets reflected on secondary after resync. Fixes: https://tracker.ceph.com/issues/78050 Signed-off-by: Miki Patel (cherry picked from commit d80a038a00fa6e405a3df2ec66f7fdd303a4370c) --- diff --git a/doc/rbd/rbd-mirroring.rst b/doc/rbd/rbd-mirroring.rst index 5357ce215548..dbeaa1797638 100644 --- a/doc/rbd/rbd-mirroring.rst +++ b/doc/rbd/rbd-mirroring.rst @@ -558,6 +558,10 @@ For example:: local cluster's ``rbd-mirror`` daemon process is responsible for performing the resync asynchronously. +.. note:: For snapshot-based mirroring, resync replicates the image contents + only up to the most recent mirror-snapshot. Create a new mirror-snapshot on + the primary image to sync the latest updates. + Mirror Status =============