From 812090390fcc799ae3dc937745f5ca8c97f3bfd6 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 22 Nov 2022 12:00:54 -0500 Subject: [PATCH] doc/cephfs: correct names for fs/meta Signed-off-by: Patrick Donnelly --- doc/cephfs/disaster-recovery-experts.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/disaster-recovery-experts.rst b/doc/cephfs/disaster-recovery-experts.rst index 864c58528c564..d5e3d9cb3fa05 100644 --- a/doc/cephfs/disaster-recovery-experts.rst +++ b/doc/cephfs/disaster-recovery-experts.rst @@ -224,16 +224,21 @@ mark the file system failed: ceph fs fail +.. note:: + + here and below indicates the original, damaged file system. + Next, create a recovery file system in which we will populate a new metadata pool backed by the original data pool. :: ceph osd pool create cephfs_recovery_meta - ceph fs new cephfs_recovery recovery --recover --allow-dangerous-metadata-overlay + ceph fs new cephfs_recovery cephfs_recovery_meta --recover --allow-dangerous-metadata-overlay .. note:: + You may rename the recovery metadata pool and file system at a future time. The ``--recover`` flag prevents any MDS from joining the new file system. Next, we will create the intial metadata for the fs: @@ -291,7 +296,7 @@ Ensure you have an MDS running and issue: :: - ceph tell mds.recovery_fs:0 scrub start / recursive,repair,force + ceph tell mds.cephfs_recovery:0 scrub start / recursive,repair,force .. note:: -- 2.39.5