Skip to content

Commit b662f58

Browse files
authored
Merge pull request ceph#60256 from joscollin/wip-doc-update-key-idea
doc: update Key Idea in cephfs-mirroring.rst Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Anthony D'Atri <[email protected]> Reviewed-by: Zac Dover <[email protected]>
2 parents c40fc0c + 629922b commit b662f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/dev/cephfs-mirroring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ Key Idea
1717
--------
1818

1919
For a given snapshot pair in a directory, `cephfs-mirror` daemon will rely on
20-
readdir diff to identify changes in a directory tree. The diffs are applied to
20+
`CephFS Snapdiff Feature` to identify changes in a directory tree. The diffs are applied to
2121
directory in the remote file system thereby only synchronizing files that have
2222
changed between two snapshots.
2323

24-
This feature is tracked here: https://tracker.ceph.com/issues/47034.
25-
2624
Currently, snapshot data is synchronized by bulk copying to the remote
2725
filesystem.
2826

@@ -407,3 +405,5 @@ Feature Status
407405
--------------
408406

409407
`cephfs-mirror` daemon is built by default (follows `WITH_CEPHFS` CMake rule).
408+
409+
.. _CephFS Snapdiff Feature: https://croit.io/blog/cephfs-snapdiff-feature

0 commit comments

Comments
 (0)