Describe the bug
Attempting to create a zpool with:
zpool create -o ashift=12 -O compression=zstd POOLNAME raidz /dev/DEVICE1 /dev/DEVICE2 /dev/DEVICE3
doesn't seem to work and results in an error:
The ZFS modules cannot be auto-loaded.
Try running 'modprobe zfs' as root to manually load them.
Running modprobe zfs gives the error:
modprobe: FATAL: Module zfs not found in directory /lib/modules/6.11.8-300.fc41.x86_64
To Reproduce
Steps to reproduce the behavior:
- try to create a zfs pool
- run modprobe zfs
Expected behavior
I am able to create a zfs pool
Actual behavior
Attempting to create a zfs pool fails
Your current image
rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
ā ostree-image-signed:docker://ghcr.io/secureblue/securecore-zfs-main-userns-hardened:latest
Digest: sha256:00f90098629bb1a02b275e24d4107d01b7d77211ceddde43e1efb8e2b00bb28c
Version: 41.20241122.2.0 (2024-11-30T09:28:49Z)
Initramfs: regenerate
ostree-image-signed:docker://ghcr.io/secureblue/securecore-zfs-main-userns-hardened:latest
Digest: sha256:00f90098629bb1a02b275e24d4107d01b7d77211ceddde43e1efb8e2b00bb28c
Version: 41.20241122.2.0 (2024-11-30T09:28:49Z)
I feel like there is something easy that I'm missing so I am just asking here before I escalate further. Any ideas? Your help is appreciated, thanks.