mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-18 02:40:21 -07: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:
parent
5ef1cad64f
commit
7a4448d45c
21 changed files with 74 additions and 77 deletions
|
@ -47,7 +47,7 @@ options:
|
|||
description:
|
||||
- Logical volume (LV) device name or remote export device to create a NFS file system.
|
||||
- It is used to create a file system on an already existing logical volume or the exported NFS file system.
|
||||
- If not mentioned a new logical volume name will be created following AIX standards (LVM).
|
||||
- If not mentioned a new logical volume name is created following AIX standards (LVM).
|
||||
type: str
|
||||
fs_type:
|
||||
description:
|
||||
|
@ -81,14 +81,14 @@ options:
|
|||
size:
|
||||
description:
|
||||
- Specifies the file system size.
|
||||
- For already V(present) it will be resized.
|
||||
- 512-byte blocks, Megabytes or Gigabytes. If the value has M specified it will be in Megabytes. If the value has G
|
||||
specified it will be in Gigabytes.
|
||||
- If no M or G the value will be 512-byte blocks.
|
||||
- If "+" is specified in begin of value, the value will be added.
|
||||
- If "-" is specified in begin of value, the value will be removed.
|
||||
- If "+" or "-" is not specified, the total value will be the specified.
|
||||
- Size will respects the LVM AIX standards.
|
||||
- For already present it resizes the filesystem.
|
||||
- 512-byte blocks, megabytes or gigabytes. If the value has M specified it is in megabytes. If the value has G specified
|
||||
it is in gigabytes.
|
||||
- If no M or G the value is 512-byte blocks.
|
||||
- If V(+) is specified in begin of value, the value is added.
|
||||
- If V(-) is specified in begin of value, the value is removed.
|
||||
- If neither V(+) nor V(-) is specified, then the total value is the specified.
|
||||
- Size respects the LVM AIX standards.
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue