meta/arg_specs: match descriptions to README
All checks were successful
ansible-lint / ansible-lint (push) Successful in 25s
All checks were successful
ansible-lint / ansible-lint (push) Successful in 25s
This commit is contained in:
parent
bd1d932cc5
commit
55e4a8fde6
1 changed files with 5 additions and 3 deletions
|
@ -13,16 +13,18 @@ argument_specs:
|
|||
required: false
|
||||
default: 3600
|
||||
description:
|
||||
- "How long to wait when rebooting RHEL/derivatives for kernel updates [and current headers]"
|
||||
- "Seconds to wait while rebooting Fedora, RHEL, or derivatives for kernel/header currency."
|
||||
- "Not applicable to Debian or Ubuntu."
|
||||
- "Skipped when zfs is already loaded."
|
||||
zfs_dkms_arc_pct_min:
|
||||
type: "int"
|
||||
required: false
|
||||
default: 0
|
||||
description:
|
||||
- "Minimum physical memory (%) allowed for ARC usage"
|
||||
- "Minimum physical memory (%) for ARC (Adaptive Read Cache)."
|
||||
zfs_dkms_arc_pct_max:
|
||||
type: "int"
|
||||
required: false
|
||||
default: 16
|
||||
description:
|
||||
- "Max physical memory (%) allowed for ARC usage"
|
||||
- "Peak physical memory (%) for ARC."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue