zfs_dkms/README.md
Josh Lay 02367aa34f
All checks were successful
lint / test (push) Successful in 25s
README: drop 'for Linux', implied
2025-10-19 11:02:20 -05:00

1.2 KiB

zfs_dkms

Manages ZFS for Red Hat/derivatives, Debian, and Ubuntu. For pools/volumes, see:

  1. community.general.zpool
  2. community.general.zfs

Requirements

None.

Role Variables

Variable Description Role Default Upstream Default
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_timeout Seconds to wait while rebooting RHEL/derivatives
[for kernel update and current headers]
3600 N/A

Dependencies

  1. community.general

Example Playbook

- hosts: servers
  roles:
     - { role: zfs_dkms }

License

Apache-2.0