File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff 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+
215220QoS Settings
216221============
217222
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments