]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixing doc/cephfs/fs-volumes 56228/head
authorneeraj pratap singh <neerajpratapsingh@li-ff7f0d4c-3462-11b2-a85c-d4004c0fa1a0.ibm.com>
Fri, 15 Mar 2024 17:36:18 +0000 (23:06 +0530)
committerneeraj pratap singh <neerajpratapsingh@li-ff7f0d4c-3462-11b2-a85c-d4004c0fa1a0.ibm.com>
Tue, 2 Apr 2024 15:46:42 +0000 (21:16 +0530)
Fixes: https://tracker.ceph.com/issues/65267
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
doc/cephfs/fs-volumes.rst

index 4c14fd055ad89a105fc4943413c1047becd4cc58..e248915f8be7de4fe00cb3dbbeafd9eee6ad3a23 100644 (file)
@@ -735,16 +735,18 @@ Configure the maximum number of concurrent clone operations. The default is 4:
 
 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