]> 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>
Thu, 29 Aug 2024 11:49:22 +0000 (17:19 +0530)
Fixes: https://tracker.ceph.com/issues/67292
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/cephfs/cephfs-mirroring.rst

index f54050514ed3efc08fb03543849c9849a5c04581..e6584adb23b4e76b0d5f3f1232e61f3100835ca3 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 $