From: neeraj pratap singh Date: Fri, 15 Mar 2024 17:36:18 +0000 (+0530) Subject: doc: fixing doc/cephfs/fs-volumes X-Git-Tag: v20.0.0~2238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56228%2Fhead;p=ceph.git doc: fixing doc/cephfs/fs-volumes Fixes: https://tracker.ceph.com/issues/65267 Signed-off-by: Neeraj Pratap Singh --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 4c14fd055ad8..e248915f8be7 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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 - 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