From a23983ead7ef97272920a631c92d97d80b81f4cc Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 13 May 2025 15:58:57 +1000 Subject: [PATCH] doc/cephfs: correct reference structure in fs-volumes.rst Correct the links to cross-references in the cases of the following two directives: 1. pause-clone-threads 2. pause-purge-threads Signed-off-by: Zac Dover (cherry picked from commit e59364f152847eabbedfe7fc72dfb66e7378b72b) (cherry picked from commit 2c76845a2108f449e1295aebce02a97e04a64b6a) --- doc/cephfs/fs-volumes.rst | 2 +- doc/cephfs/troubleshooting.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 04220ecb717f5..dcead5f280852 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -1555,7 +1555,7 @@ Before resorting to a measure as drastic as this, it is a good idea to try less drastic measures and then assess if the file system experience has improved due to it. One example of such less drastic measure is to disable asynchronous threads launched by volumes plugins for cloning and purging trash. For details -on these see: :ref:`pause-purge-threads` and :ref:`pause-clone-threads`. +on these see: :ref:`Pause Purge threads` and :ref:`Pause Clone Threads`. .. _manila: https://github.com/openstack/manila diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index ba04a9cc14cee..5ab1a0a594cec 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -135,6 +135,7 @@ things to do: the confirmation flag (``--yes-i-really-mean-it``) .. _pause-purge-threads: + * **Turn off async purge threads** The volumes plugin spawns threads for asynchronously purging trashed/deleted subvolumes. To help troubleshooting or recovery effort, these purge threads can be disabled using: -- 2.39.5