mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <miki.patel132@gmail.com>
This commit is contained in:
parent
9b26437ea3
commit
d80a038a00
@ -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
|
||||
=============
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user