]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update cephfs-mirror replication 64988/head
authorJos Collin <jcollin@redhat.com>
Tue, 12 Aug 2025 08:58:45 +0000 (14:28 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 14 Aug 2025 03:31:12 +0000 (09:01 +0530)
Mention cephfs-mirror replication is push-based

Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/cephfs/cephfs-mirroring.rst
doc/dev/cephfs-mirroring.rst

index 04656bd4b969e4bdb903fcdca23a28b95687938f..1cf9aa6119dd01a872029b67b8bf303cb39eeaa0 100644 (file)
@@ -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.
index 3319dc9257584b72ae1df2b5fe1825b4ecb0939d..50d64f4a39824505b31128bd42b26daec4acea16 100644 (file)
@@ -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.