Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
/ zfs-el9 Public archive

ZFS Packages compiled for RHEL9, CentOS Stream 9 and derivatives

Notifications You must be signed in to change notification settings

ThisIsQasim/zfs-el9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official support for EL9 is live. This is archived.

dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm

ZFS for EL9

OpenZFS packages built for EL9 based distros. Tested on CentOS Stream 9.

Getting Started

curl -L -o /etc/yum.repos.d/zfs-el9.repo https://github.com/ThisIsQasim/zfs-el9/raw/main/zfs-el9.repo
yum install -y zfs

or if you are running on a kernel that doesn't have a kmod package available use dkms

curl -L -o /etc/yum.repos.d/zfs-el9.repo https://github.com/ThisIsQasim/zfs-el9/raw/main/zfs-el9.repo
yum install -y epel-release
yum install -y zfs zfs-dkms

Building RPMs

If you want to compile packages for your running kernel yourself

ZFS_VERSION=2.1.4
docker build --build-arg ZFS_VERSION=${ZFS_VERSION} -t zfs .
docker run --rm -it -v $PWD:/host/ zfs cp -r /zfs/ /host/

About

ZFS Packages compiled for RHEL9, CentOS Stream 9 and derivatives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published