Skip to content

Commit 906ff4e

Browse files
author
neeraj pratap singh
committed
doc: fixing doc/cephfs/fs-volumes
Fixes: https://tracker.ceph.com/issues/65267 Signed-off-by: Neeraj Pratap Singh <[email protected]>
1 parent f04992f commit 906ff4e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/cephfs/fs-volumes.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -735,16 +735,18 @@ Configure the maximum number of concurrent clone operations. The default is 4:
735735

736736
Configure the snapshot_clone_no_wait option :
737737

738-
.. prompt:: bash #
738+
The ``snapshot_clone_no_wait`` config option is used to reject clone creation requests when cloner threads
739+
(which can be configured using above option i.e. ``max_concurrent_clones``) are not available.
740+
It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
739741

740-
``snapshot_clone_no_wait`` config option is used to reject the clone creation request when the cloner threads
741-
( which can be configured using above option i.e. ``max_concurrent_clones``) are not available.
742-
It is enabled by default i.e. the value set is True, whereas it can be configured by using below command.
742+
.. prompt:: bash #
743743

744744
ceph config set mgr mgr/volumes/snapshot_clone_no_wait <bool>
745745

746-
The current value of ``snapshot_clone_no_wait`` can be fetched by using below command.
746+
The current value of ``snapshot_clone_no_wait`` can be fetched by using below command.
747747

748+
.. prompt:: bash #
749+
748750
ceph config get mgr mgr/volumes/snapshot_clone_no_wait
749751

750752

0 commit comments

Comments
 (0)