RHEL 9.1 - openZFS (Error after fresh-install) #14446
Unanswered
ArchMatt-GraveKeeper
asked this question in
Q&A
Replies: 1 comment 11 replies
-
The version of your kernel suggests to me that you are not using CentOS Stream 9, in which case I don't think you're supposed to be using EPEL Next, just regular EPEL by itself. I don't see a newer DKMS in Next currently, but that could result in some weirdness. Your steps look like a DKMS install -- did DKMS succeed in building kernel modules? What do |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Yo everybody :) i hope there is somebody who will solved my problem after fresh install of openzfs
https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html#
as root user i applied these commands:
dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf install https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
dnf install -y epel-release
dnf install -y kernel-devel
dnf install -y zfs
after these commands i want to create raidz pool of my sda,sdb,sdc,sdd disks
zpool create afterlife raidz1 sda sdb sdc sdd -f
but i got error which is:
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
so i type it the problem to the terminal then:
/sbin/modprobe zfs
modprobe: FATAL: Module zfs not found in directory /lib/modules/5.14.0-162.12.1.el9_1.x86_64
yea i made it research but didn't find nothing to be helpful :)
Thanks for advice's :)
Beta Was this translation helpful? Give feedback.
All reactions