zfs 2.3

  1. M

    How to downgrade zfs?

    I ran into a kernel level issue with the latest zfs: https://github.com/openzfs/zfs/issues/18648 (I opened the issue) According to some folks on there the issue is only existent in zfs 2.4.x and downgrading to 2.3.x should be a valid workaround until fixed. I was able to downgrade zfs to...
  2. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    I had a zpool with 4x8TB SATA drives in a RAIDz2 with a total capacity of 16TB. I updates to PVE 9 and ZFS to 2.3 and attached 2 additional drives to the zpool using: zpool upgrade <poolname> zpool attach <poolname> raidz2-0 /dev/disk/by-id/<drive1> zpool attach <poolname> raidz2-0...