File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -735,16 +735,18 @@ Configure the maximum number of concurrent clone operations. The default is 4:
735735
736736Configure the snapshot_clone_no_wait option :
737737
738- .. prompt :: bash #
738+ The ``snapshot_clone_no_wait `` config option is used to reject clone creation requests when cloner threads
739+ (which can be configured using above option i.e. ``max_concurrent_clones ``) are not available.
740+ It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
739741
740- ``snapshot_clone_no_wait `` config option is used to reject the clone creation request when the cloner threads
741- ( which can be configured using above option i.e. ``max_concurrent_clones ``) are not available.
742- It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
742+ .. prompt :: bash #
743743
744744 ceph config set mgr mgr/volumes/snapshot_clone_no_wait <bool>
745745
746- The current value of ``snapshot_clone_no_wait `` can be fetched by using below command.
746+ The current value of ``snapshot_clone_no_wait `` can be fetched by using below command.
747747
748+ .. prompt :: bash #
749+
748750 ceph config get mgr mgr/volumes/snapshot_clone_no_wait
749751
750752
You can’t perform that action at this time.
0 commit comments