Skip to content

Commit a14374d

Browse files
Merge pull request ceph#62300 from rishabh-d-dave/mgr-vol-link-docs
doc/cephfs: link section for pausing async threads in section for... Reviewed-by: Zac Dover <[email protected]> Reviewed-by: Anthony D'Atri <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
2 parents f6d6aac + 36cfbfb commit a14374d

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
@@ -1614,7 +1614,8 @@ services on the Ceph cluster accessed through this plugin.
16141614
Before resorting to a measure as drastic as this, it is a good idea to try less
16151615
drastic measures and then assess if the file system experience has improved due
16161616
to it. One example of such less drastic measure is to disable asynchronous
1617-
threads launched by volumes plugins for cloning and purging trash.
1617+
threads launched by volumes plugins for cloning and purging trash. For details
1618+
on these see: :ref:`pause-purge-threads` and :ref:`pause-clone-threads`.
16181619

16191620

16201621
.. _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)