From: Zac Dover Date: Sat, 9 Aug 2025 05:53:59 +0000 (+1000) Subject: doc/cephfs: edit troubleshooting.rst X-Git-Tag: testing/wip-jcollin-testing-20250820.041311-squid~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54236c45742c104a1ab7b639c73e3fa10ea5a468;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 (cherry picked from commit 46f119716f6dfad20b906426c94915dd2c3e9f32) --- diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index 66927eb3fa9..e0f283e1b1d 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -215,8 +215,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 =================