Skip to content

Commit 7fa16b8

Browse files
authored
Merge pull request ceph#64988 from joscollin/wip-update-mirror-doc
doc: update cephfs-mirror replication Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 7b5fe62 + c99b06d commit 7fa16b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/cephfs/cephfs-mirroring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CephFS Snapshot Mirroring
55
=========================
66

7-
CephFS supports asynchronous replication of snapshots to a remote CephFS file system via
7+
CephFS supports asynchronous push-based replication of snapshots to a remote CephFS file system via
88
the ``cephfs-mirror`` tool. Snapshots are synchronized by mirroring snapshot data followed by
99
creating a remote snapshot with the same name (for a given directory on the remote file system) as
1010
the source snapshot.

doc/dev/cephfs-mirroring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CephFS Mirroring
33
================
44

5-
CephFS supports asynchronous replication of snapshots to a remote CephFS file
5+
CephFS supports asynchronous push-based replication of snapshots to a remote CephFS file
66
system via `cephfs-mirror` tool. Snapshots are synchronized by mirroring
77
snapshot data followed by creating a snapshot with the same name (for a given
88
directory on the remote file system) as the snapshot being synchronized.

0 commit comments

Comments
 (0)