checkmk
checkmk copied to clipboard
Avoid loading zfs.ko
General information
This avoids loading of the ZFS kernel module.
Bug reports
Calling zpool or zfs automatically loads zfs.ko. This might not be desired on systems without any ZFS filesystems.
Proposed changes
Call zfs and zpool only if zfs.ko has already been loaded.