Skip to content

Commit 55e4a8f

Browse files
committed
meta/arg_specs: match descriptions to README
1 parent bd1d932 commit 55e4a8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

meta/argument_specs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ argument_specs:
1313
required: false
1414
default: 3600
1515
description:
16-
- "How long to wait when rebooting RHEL/derivatives for kernel updates [and current headers]"
16+
- "Seconds to wait while rebooting Fedora, RHEL, or derivatives for kernel/header currency."
17+
- "Not applicable to Debian or Ubuntu."
18+
- "Skipped when zfs is already loaded."
1719
zfs_dkms_arc_pct_min:
1820
type: "int"
1921
required: false
2022
default: 0
2123
description:
22-
- "Minimum physical memory (%) allowed for ARC usage"
24+
- "Minimum physical memory (%) for ARC (Adaptive Read Cache)."
2325
zfs_dkms_arc_pct_max:
2426
type: "int"
2527
required: false
2628
default: 16
2729
description:
28-
- "Max physical memory (%) allowed for ARC usage"
30+
- "Peak physical memory (%) for ARC."

0 commit comments

Comments
 (0)