]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update docs for 'fs snapshot mirror ls' command
authorJos Collin <jcollin@redhat.com>
Thu, 1 Aug 2024 02:31:22 +0000 (08:01 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 8 Oct 2024 03:18:27 +0000 (08:48 +0530)
Fixes: https://tracker.ceph.com/issues/67292
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit e60d82ab7cfbdfad7f61042ac6b012f8e16e71ba)

doc/cephfs/cephfs-mirroring.rst

index 973a2affa1f577295f2ab2a780b996ac888ab1f9..50a18e9037d3ec6ec5ceb58fd26da0e9a939bb8f 100644 (file)
@@ -189,6 +189,12 @@ To configure a directory for mirroring, run a command of the following form:
 
    ceph fs snapshot mirror add <fs_name> <path>
 
+To list the configured directories, run a command of the following form:
+
+.. prompt:: bash $
+
+   ceph fs snapshot mirror ls <fs_name>
+
 To stop mirroring directory snapshots, run a command of the following form:
 
 .. prompt:: bash $