Skip to content

Commit 36cfbfb

Browse files
doc/cephfs: link section for pausing async threads in section for...
disabling volumes plugin part. Fixes: https://tracker.ceph.com/issues/70479 Signed-off-by: Rishabh Dave <[email protected]>
1 parent 4cbf549 commit 36cfbfb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/cephfs/fs-volumes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,8 @@ services on the Ceph cluster accessed through this plugin.
15881588
Before resorting to a measure as drastic as this, it is a good idea to try less
15891589
drastic measures and then assess if the file system experience has improved due
15901590
to it. One example of such less drastic measure is to disable asynchronous
1591-
threads launched by volumes plugins for cloning and purging trash.
1591+
threads launched by volumes plugins for cloning and purging trash. For details
1592+
on these see: :ref:`pause-purge-threads` and :ref:`pause-clone-threads`.
15921593

15931594

15941595
.. _manila: https://github.com/openstack/manila

doc/cephfs/troubleshooting.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ things to do:
134134
be changed in such circumstances, run the command to change ``max_mds`` with
135135
the confirmation flag (``--yes-i-really-mean-it``)
136136

137+
.. _pause-purge-threads:
137138
* **Turn off async purge threads** The volumes plugin spawns threads for
138139
asynchronously purging trashed/deleted subvolumes. To help troubleshooting or
139140
recovery effort, these purge threads can be disabled using:
@@ -146,6 +147,7 @@ things to do:
146147
147148
ceph config set mgr mgr/volumes/pause_purging false
148149
150+
.. _pause-clone-threads:
149151
* **Turn off async cloner threads** The volumes plugin spawns threads for
150152
asynchronously cloning subvolume snapshots. To help troubleshooting or
151153
recovery effort, these cloner threads can be disabled using:

0 commit comments

Comments
 (0)