From: Patrick Donnelly Date: Tue, 22 Nov 2022 17:00:54 +0000 (-0500) Subject: doc/cephfs: correct names for fs/meta X-Git-Tag: v18.1.0~808^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=812090390fcc799ae3dc937745f5ca8c97f3bfd6;p=ceph.git doc/cephfs: correct names for fs/meta Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/disaster-recovery-experts.rst b/doc/cephfs/disaster-recovery-experts.rst index 864c58528c56..d5e3d9cb3fa0 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::