Skip to content

Instantly share code, notes, and snippets.

View yerden's full-sized avatar
🛠️
working

Yerden Zhumabekov yerden

🛠️
working
View GitHub Profile
@yerden
yerden / ZFS.md
Created July 29, 2018 20:42
ZFS howto

Steps

  • Install zfs-release to attach ZFS repo for yum.
sudo yum install http://download.zfsonlinux.org/epel/zfs-release.el7_5.noarch.rpm

Be sure to match the version of Centos.

  • Choose between kABI and DKMS installation styles. kABI is preferable since it doesn't require to recompile. Edit /etc/yum.repos.d/zfs.repo to enable repository zfs-kmod and disable others.