Configure the snapshot_clone_no_wait option :
-.. prompt:: bash #
+The ``snapshot_clone_no_wait`` config option is used to reject clone creation requests when cloner threads
+(which can be configured using above option i.e. ``max_concurrent_clones``) are not available.
+It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
- ``snapshot_clone_no_wait`` config option is used to reject the clone creation request when the cloner threads
- ( which can be configured using above option i.e. ``max_concurrent_clones``) are not available.
- It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
+.. prompt:: bash #
ceph config set mgr mgr/volumes/snapshot_clone_no_wait <bool>
- The current value of ``snapshot_clone_no_wait`` can be fetched by using below command.
+The current value of ``snapshot_clone_no_wait`` can be fetched by using below command.
+.. prompt:: bash #
+
ceph config get mgr mgr/volumes/snapshot_clone_no_wait