summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVenky Shankar <vshankar@redhat.com>2024-04-03 07:27:56 +0200
committerVenky Shankar <vshankar@redhat.com>2024-04-03 07:27:56 +0200
commit7ea6eee5ee300c27afda87e91850e1ba2c623812 (patch)
tree89fe4b79eae7ee3d2363f361e6b39d039989edb8 /doc
parentMerge pull request #56625 from tchaikov/wip-osd-hitset-free (diff)
parentdoc: fixing doc/cephfs/fs-volumes (diff)
downloadceph-7ea6eee5ee300c27afda87e91850e1ba2c623812.tar.xz
ceph-7ea6eee5ee300c27afda87e91850e1ba2c623812.zip
Merge PR #56228 into main
* refs/pull/56228/head: doc: fixing doc/cephfs/fs-volumes Reviewed-by: Venky Shankar <vshankar@redhat.com> Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/cephfs/fs-volumes.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst
index 4c14fd055ad..e248915f8be 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 <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