From: Jos Collin Date: Tue, 12 Aug 2025 08:58:45 +0000 (+0530) Subject: doc: update cephfs-mirror replication X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c99b06d15c0a5c4d9426da7cd492baf1f222067c;p=ceph.git doc: update cephfs-mirror replication Mention cephfs-mirror replication is push-based Signed-off-by: Jos Collin --- diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index 04656bd4b969..1cf9aa6119dd 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -4,7 +4,7 @@ CephFS Snapshot Mirroring ========================= -CephFS supports asynchronous replication of snapshots to a remote CephFS file system via +CephFS supports asynchronous push-based replication of snapshots to a remote CephFS file system via the ``cephfs-mirror`` tool. Snapshots are synchronized by mirroring snapshot data followed by creating a remote snapshot with the same name (for a given directory on the remote file system) as the source snapshot. diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index 3319dc925758..50d64f4a3982 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -2,7 +2,7 @@ CephFS Mirroring ================ -CephFS supports asynchronous replication of snapshots to a remote CephFS file +CephFS supports asynchronous push-based replication of snapshots to a remote CephFS file system via `cephfs-mirror` tool. Snapshots are synchronized by mirroring snapshot data followed by creating a snapshot with the same name (for a given directory on the remote file system) as the snapshot being synchronized.