From: Zac Dover Date: Sat, 9 Aug 2025 05:53:59 +0000 (+1000) Subject: doc/cephfs: edit troubleshooting.rst X-Git-Tag: testing/wip-vshankar-testing-20250821.112602-debug~48^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=46f119716f6dfad20b906426c94915dd2c3e9f32;p=ceph-ci.git doc/cephfs: edit troubleshooting.rst Edit the section "RADOS Health" in the file doc/cephfs/troubleshooting.rst. Add a Sphinx directive to the doc/rados/troubleshooting/index.rst file that directs to the index of the RADOS troubleshooting documentation. Signed-off-by: Zac Dover --- diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index 8d47f4e4a68..471018a809e 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -216,8 +216,10 @@ RADOS Health ============ If part of the CephFS metadata or data pools is unavailable and CephFS is not -responding, it is probably because RADOS itself is unhealthy. Resolve those -problems first (:doc:`../../rados/troubleshooting/index`). +responding, it could indicate that RADOS itself is unhealthy. + +Resolve problems with RADOS before attempting to locate any problems in CephFS. +See the :ref:`RADOS troubleshooting documentation`. The MDS ======= diff --git a/doc/rados/troubleshooting/index.rst b/doc/rados/troubleshooting/index.rst index b481ee1dc9c..8b937d8d19d 100644 --- a/doc/rados/troubleshooting/index.rst +++ b/doc/rados/troubleshooting/index.rst @@ -1,3 +1,5 @@ +.. _rados_troubleshooting: + ================= Troubleshooting =================