細かい説明は一切なし。
RHEL 7.8
yum -y install yum-utils
yum -y remove zfs zfs-kmod spl spl-kmod libzfs2 libnvpair1 libuutil1 libzpool2 zfs-release
yum -y install http://download.zfsonlinux.org/epel/zfs-release.el7_8.noarch.rpm
yum-config-manager --disable zfs
yum-config-manager --enable zfs-kmod
yum -y clean metadata
yum -y install zfs
systemctl enable zfs.target
systemctl enable zfs-import-scan.service --now
systemctl enable zfs-mount.service --now
RHEL 8.2
dnf -y install dnf-utils
yum -y remove zfs zfs-kmod spl spl-kmod libzfs2 libnvpair1 libuutil1 libzpool2 zfs-release
yum -y install http://download.zfsonlinux.org/epel/zfs-release.el8_2.noarch.rpm
yum-config-manager --disable zfs
yum-config-manager --enable zfs-kmod
yum -y clean metadata
yum -y install zfs
systemctl enable zfs.target
systemctl enable zfs-import-scan.service --now
systemctl enable zfs-mount.service --now