System information
Distribution Name AlmaLinux
Distribution Version 10
Kernel Version 6.12.0-211.22.1.el10_2.x86_64_v2
Architecture x86-64-v2
OpenZFS Version 2.2.9
Describe the problem you're observing
As per discussion, currently the dkms package builds successfully on the distro, modprobe zfs is fine but zpool import returns "zpool: CPU ISA level is lower than required.".
Rebuilding 2.2.9 locally and installing the rebuilt userland + zfs-dkms RPMs fixes the issue. Likely some prebuilt userspace tools/libraries distributed with the RPM use the v3 baseline.
I wonder if it's possible to have a specific zfs-release targeting v2 arch for RHEL family.
Describe how to reproduce the problem
- An x86-64-v2 machine.
- A fresh install of AlmaLinux 10 v2
- Install zfs-release for RHEL10
- Install zfs/zfs-dkms
- Run "modprobe zfs"
- Run zpool import -a / [dataset]
System information
Distribution Name AlmaLinux
Distribution Version 10
Kernel Version 6.12.0-211.22.1.el10_2.x86_64_v2
Architecture x86-64-v2
OpenZFS Version 2.2.9
Describe the problem you're observing
As per discussion, currently the dkms package builds successfully on the distro, modprobe zfs is fine but zpool import returns "zpool: CPU ISA level is lower than required.".
Rebuilding 2.2.9 locally and installing the rebuilt userland + zfs-dkms RPMs fixes the issue. Likely some prebuilt userspace tools/libraries distributed with the RPM use the v3 baseline.
I wonder if it's possible to have a specific zfs-release targeting v2 arch for RHEL family.
Describe how to reproduce the problem