I'm not sure which is the problem and which is the symptom or if they're independent...
I was checking status of my pools and saw the message about running zpool upgrade. I'm fine with that, this is not production and there's no concern about running with older versions of zfs.
However upgrade zpool fails with:
I dug around and was led to check zpool version which returns:
So then I follow the google path to checking that I'm on the compatible kernel for zfs 2.0.3.
I check my installed kernel with uname -r and it's 5.4.34-1-pve.
However I ran pve-efiboot-tool kernel list which showed me three available versions:
5.4.101-1-pve
5.4.78-2.pve
5.4.34-1-pve
But I'm not sure why 34 is the one that loads.
I'm using systemd-boot / UEFI and the no-subscription repo
Thanks for any help.
I was checking status of my pools and saw the message about running zpool upgrade. I'm fine with that, this is not production and there's no concern about running with older versions of zfs.
However upgrade zpool fails with:
cannot set property for 'tank': invalid feature 'redaction_bookmarks'
.I dug around and was led to check zpool version which returns:
Code:
root@pve:~ # zpool version
zfs-2.0.3-pve2
zfs-kmod-0.8.3-pve1
So then I follow the google path to checking that I'm on the compatible kernel for zfs 2.0.3.
I check my installed kernel with uname -r and it's 5.4.34-1-pve.
However I ran pve-efiboot-tool kernel list which showed me three available versions:
5.4.101-1-pve
5.4.78-2.pve
5.4.34-1-pve
But I'm not sure why 34 is the one that loads.
I'm using systemd-boot / UEFI and the no-subscription repo
Thanks for any help.