Skip to content

Commit cd64f71

Browse files
authored
Merge pull request ceph#66172 from idryomov/wip-doc-clone-settings
doc/rbd/rbd-config-ref: add clone settings section Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 370f94e + ee5c6fd commit cd64f71

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/rbd/rbd-config-ref.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ creating images or the default features can be configured via
212212
:KRBD support: no
213213

214214

215+
Clone Settings
216+
==============
217+
218+
.. confval:: rbd_default_clone_format
219+
215220
QoS Settings
216221
============
217222

src/common/options/rbd.yaml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,12 @@ options:
514514
type: str
515515
level: advanced
516516
desc: default internal format for handling clones
517-
long_desc: This sets the internal format for tracking cloned images. The setting
518-
of '1' requires attaching to protected snapshots that cannot be removed until
519-
the clone is removed/flattened. The setting of '2' will allow clones to be attached
517+
long_desc: This sets the internal format for tracking cloned images. The value
518+
of ``1`` requires attaching to protected snapshots that cannot be removed until
519+
the clone is removed or flattened. The value of ``2`` will allow clones to be attached
520520
to any snapshot and permits removing in-use parent snapshots but requires Mimic
521-
or later clients. The default setting of 'auto' will use the v2 format if the
522-
cluster is configured to require mimic or later clients.
521+
or later clients. The default value of ``auto`` will use the v2 format if the
522+
cluster is configured to require Mimic or later clients.
523523
default: auto
524524
services:
525525
- rbd

0 commit comments

Comments
 (0)