mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
doc style adjustments: modules [ab]* (#10350)
* doc style adjustments: modules [ab]* * Update plugins/modules/btrfs_subvolume.py * Update plugins/modules/aerospike_migrations.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/aix_filesystem.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/bigpanda.py Co-authored-by: Felix Fontein <felix@fontein.de> * aix_filesystems: roll back wording for `filesystem` description --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -36,7 +36,7 @@ options:
|
||||
description:
|
||||
- List of comma-separated devices to use as physical devices in this volume group.
|
||||
- Required when creating or extending (V(present) state) the volume group.
|
||||
- If not informed reducing (V(absent) state) the volume group will be removed.
|
||||
- If not informed reducing (V(absent) state) the volume group is removed.
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
@@ -57,7 +57,7 @@ options:
|
||||
choices: [big, normal, scalable]
|
||||
default: normal
|
||||
notes:
|
||||
- AIX will permit remove VG only if all LV/Filesystems are not busy.
|
||||
- AIX allows removing VG only if all LV/Filesystems are not busy.
|
||||
- Module does not modify PP size for already present volume group.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user