i have updated this morning and for some reason it has installed the zfs-dkms
i got backport enabled (i always add it i suppose).
same config kernel version another nas it did not installed it (zfs-dkms) why?
Code
root@omvba ~# zfs -V
zfs-2.3.1-1~bpo12+1
zfs-kmod-2.3.1-1~bpo12+1
root@omvba ~# dkms status
blksnap/6.3.1.1016, 6.11.11-1-pve, x86_64: installed
blksnap/6.3.1.1016, 6.8.12-8-pve, x86_64: installed
zfs/2.3.1, 6.11.11-1-pve, x86_64: installed
root@omvba ~# zpool status
pool: zfsfiles
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:54:43 with 0 errors on Sun Mar 9 01:18:44 2025
config:
NAME STATE READ WRITE CKSUM
zfsfiles ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_22471C800069 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_233902800120 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_233902800468 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_223304A001F9 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_23252A803014 ONLINE 0 0 0
ata-WDC_WDS100T1R0A-68A4W0_23252A802970 ONLINE 0 0 0
errors: No known data errors
pool: zfsmirror
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 01:04:29 with 0 errors on Sun Mar 9 01:28:31 2025
config:
NAME STATE READ WRITE CKSUM
zfsmirror ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-WDC_WD20EFZX-68AWUN0_WD-WX62D32PTTF3 ONLINE 0 0 0
ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M0ND99L9 ONLINE 0 0 0
cache
sdd ONLINE 0 0 0
errors: No known data errors
root@omvba ~# uname -a
Linux omvba 6.11.11-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.11.11-1 (2025-01-17T15:44Z) x86_64 GNU/Linux
root@omvba ~# cat /etc/apt/preferences.d/openmediavault-kernel-backports.pref
Package: linux-base
Pin: release n=bookworm-backports
Pin-Priority: 500
Package: linux-headers-*
Pin: release n=bookworm-backports
Pin-Priority: 500
Package: linux-image-*
Pin: release n=bookworm-backports
Pin-Priority: 500
Package: firmware-*
Pin: release n=bookworm-backports
Pin-Priority: 500
root@omvba ~# cat /etc/apt/sources.list.d/openmediavault-kernel-backports.list
deb [signed-by=/usr/share/keyrings/debian-archive-bookworm-automatic.gpg] http://httpredir.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
Display More