File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1070,26 +1070,26 @@ useful during cluster recovery scenarios:
10701070
10711071.. prompt :: bash #
10721072
1073- ceph config set mgr/volumes/pause_purging true
1073+ ceph config set mgr mgr /volumes/pause_purging true
10741074
10751075To resume purging threads:
10761076
10771077.. prompt :: bash #
10781078
1079- ceph config set mgr/volumes/pause_purging false
1079+ ceph config set mgr mgr /volumes/pause_purging false
10801080
10811081Pause the threads that asynchronously clone subvolume snapshots. This option is
10821082useful during cluster recovery scenarios:
10831083
10841084.. prompt :: bash #
10851085
1086- ceph config set mgr/volumes/pause_cloning true
1086+ ceph config set mgr mgr /volumes/pause_cloning true
10871087
10881088To resume cloning threads:
10891089
10901090.. prompt :: bash #
10911091
1092- ceph config set mgr/volumes/pause_cloning false
1092+ ceph config set mgr mgr /volumes/pause_cloning false
10931093
10941094Configure the ``snapshot_clone_no_wait `` option:
10951095
You can’t perform that action at this time.
0 commit comments