README: note Fedora, reboot-skip when mod loaded

This commit is contained in:
Josh Lay 2025-10-19 12:29:57 -05:00
parent fbe8292511
commit 13473cf653
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -23,7 +23,7 @@ Role Variables
|----------|:-----------:|--------:|--------:| |----------|:-----------:|--------:|--------:|
| `zfs_dkms_arc_pct_min` | _Minimum_ physical memory (%) for ARC usage | `0` | `0` | | `zfs_dkms_arc_pct_min` | _Minimum_ physical memory (%) for ARC usage | `0` | `0` |
| `zfs_dkms_arc_pct_max` | _Peak_ physical memory (%) for ARC usage | `16` | `0` | | `zfs_dkms_arc_pct_max` | _Peak_ physical memory (%) for ARC usage | `16` | `0` |
| `zfs_dkms_timeout` | Seconds to wait while rebooting `Fedora`, `RHEL`, or derivatives. Skipped when ZFS is loaded.<br />_[for kernel update and current headers]_ | `3600` | _N/A_ | | `zfs_dkms_timeout` | Seconds to wait while rebooting `Fedora`, `RHEL`, or derivatives.<br />_[for kernel update and current headers]_<br />Skipped if the `zfs` kernel module is already loaded. | `3600` | _N/A_ |
Dependencies Dependencies
------------ ------------