From 7af2a784620d1acf2d2e6bfa877c1292baa0a882 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Mon, 12 May 2025 18:12:36 +0530 Subject: [PATCH] doc: fix formatting in cephfs_mirror dev doc Signed-off-by: Jos Collin (cherry picked from commit 8280d334b9b3ee98cb1372d91991fa476a89424b) --- doc/dev/cephfs-mirroring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index e09fed213f230..7c6354fad3a65 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -165,7 +165,7 @@ To stop a mirroring directory snapshots use:: $ ceph fs snapshot mirror remove Only absolute directory paths are allowed. Also, paths are normalized by the mirroring -module, therefore, `/a/b/../b` is equivalent to `/a/b`. +module, therefore, `/a/b/../b` is equivalent to `/a/b`:: $ mkdir -p /d0/d1/d2 $ ceph fs snapshot mirror add cephfs /d0/d1/d2 -- 2.39.5