doc style adjustments: modules v*

This commit is contained in:
Alexei Znamensky 2025-07-27 17:24:45 +12:00
commit 4444b148f0
2 changed files with 4 additions and 3 deletions

View file

@ -48,8 +48,8 @@ options:
default: present default: present
activated: activated:
description: description:
- The C(activate) status for a VDO volume. If this is set to V(false), the VDO volume cannot be started, and it will - The C(activate) status for a VDO volume. If this is set to V(false), the VDO volume cannot be started, and it does
not start on system startup. However, on initial creation, a VDO volume with "activated" set to "off" will be running, not start on system startup. However, on initial creation, a VDO volume with O(activated=false) is set to be running
until stopped. This is the default behavior of the C(vdo create) command; it provides the user an opportunity to write until stopped. This is the default behavior of the C(vdo create) command; it provides the user an opportunity to write
a base amount of metadata (filesystem, LVM headers, and so on) to the VDO volume prior to stopping the volume, and a base amount of metadata (filesystem, LVM headers, and so on) to the VDO volume prior to stopping the volume, and
leaving it deactivated until ready to use. leaving it deactivated until ready to use.

View file

@ -107,7 +107,8 @@ options:
flexible_disk_size: flexible_disk_size:
required: false required: false
description: description:
- This sets an upper bound for the amount of space that a bhyve instance may use for its disks and snapshots of those disks (in MiBs). - This sets an upper bound for the amount of space that a bhyve instance may use for its disks and snapshots of those
disks (in MiBs).
type: int type: int
version_added: 10.5.0 version_added: 10.5.0
force: force: