From: neeraj pratap singh Date: Fri, 15 Mar 2024 17:36:18 +0000 (+0530) Subject: doc: fixing doc/cephfs/fs-volumes X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~43^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=47f27904bb1abdf4972b0851acbd14cdd3c8976c;p=ceph-ci.git doc: fixing doc/cephfs/fs-volumes Fixes: https://tracker.ceph.com/issues/65267 Signed-off-by: Neeraj Pratap Singh (cherry picked from commit 906ff4e4c240856d2e27cf9ac8c059479a86c5c9) --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 0dc783d583d..3d17be561e5 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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 - 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