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
|
required: false
|
||||||
default: 3600
|
default: 3600
|
||||||
description:
|
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:
|
zfs_dkms_arc_pct_min:
|
||||||
type: "int"
|
type: "int"
|
||||||
required: false
|
required: false
|
||||||
default: 0
|
default: 0
|
||||||
description:
|
description:
|
||||||
- "Minimum physical memory (%) allowed for ARC usage"
|
- "Minimum physical memory (%) for ARC (Adaptive Read Cache)."
|
||||||
zfs_dkms_arc_pct_max:
|
zfs_dkms_arc_pct_max:
|
||||||
type: "int"
|
type: "int"
|
||||||
required: false
|
required: false
|
||||||
default: 16
|
default: 16
|
||||||
description:
|
description:
|
||||||
- "Max physical memory (%) allowed for ARC usage"
|
- "Peak physical memory (%) for ARC."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue