]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: link section for pausing async threads in section for... 62300/head
authorRishabh Dave <ridave@redhat.com>
Fri, 14 Mar 2025 12:39:56 +0000 (18:09 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 14 Mar 2025 12:39:56 +0000 (18:09 +0530)
disabling volumes plugin part.

Fixes: https://tracker.ceph.com/issues/70479
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/cephfs/fs-volumes.rst
doc/cephfs/troubleshooting.rst

index bf3f79e693bd7457a4c454830687fb7a6ecfac8e..1652923f038725dcb165430d557855243f588ecd 100644 (file)
@@ -1588,7 +1588,8 @@ services on the Ceph cluster accessed through this plugin.
 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.
+threads launched by volumes plugins for cloning and purging trash. For details
+on these see: :ref:`pause-purge-threads` and :ref:`pause-clone-threads`.
 
 
 .. _manila: https://github.com/openstack/manila
index 56ab3406fb58575e145a6a59bb2f04032d3d13a6..0efe3440c91d36ce10b534504b1be637e1bf2703 100644 (file)
@@ -134,6 +134,7 @@ things to do:
   be changed in such circumstances, run the command to change ``max_mds`` with
   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:
@@ -146,6 +147,7 @@ things to do:
 
     ceph config set mgr mgr/volumes/pause_purging false
 
+.. _pause-clone-threads:
 * **Turn off async cloner threads** The volumes plugin spawns threads for
   asynchronously cloning subvolume snapshots. To help troubleshooting or
   recovery effort, these cloner threads can be disabled using: