]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixing doc/cephfs/fs-volumes 56648/head
authorneeraj pratap singh <neerajpratapsingh@li-ff7f0d4c-3462-11b2-a85c-d4004c0fa1a0.ibm.com>
Fri, 15 Mar 2024 17:36:18 +0000 (23:06 +0530)
committerZac Dover <zac.dover@proton.me>
Wed, 3 Apr 2024 05:30:51 +0000 (15:30 +1000)
Fixes: https://tracker.ceph.com/issues/65267
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
(cherry picked from commit 906ff4e4c240856d2e27cf9ac8c059479a86c5c9)

doc/cephfs/fs-volumes.rst

index 0dc783d583d0aacfd6e6608324cb8fee7a9d91ca..3d17be561e55fd74d3e6b8cd054941cdd37b14ed 100644 (file)
@@ -633,16 +633,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