File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1614,7 +1614,8 @@ services on the Ceph cluster accessed through this plugin.
16141614Before resorting to a measure as drastic as this, it is a good idea to try less
16151615drastic measures and then assess if the file system experience has improved due
16161616to 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments