From f3d577a5ebde00d280c8a026849831a96565dd79 Mon Sep 17 00:00:00 2001 From: neeraj pratap singh Date: Fri, 15 Mar 2024 23:06:18 +0530 Subject: [PATCH] doc: fixing doc/cephfs/fs-volumes Fixes: https://tracker.ceph.com/issues/65267 Signed-off-by: Neeraj Pratap Singh (cherry picked from commit 906ff4e4c240856d2e27cf9ac8c059479a86c5c9) --- doc/cephfs/fs-volumes.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 4c14fd055ad89..e248915f8be7d 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 -- 2.39.5