Hello everyone,
I wanted to try the zfs-attach feature which allows to attach a disk to an existing raidz config:
Source: https://openzfs.github.io/openzfs-docs/man/master/8/zpool-attach.8.html
As far as I can see Proxmox uses ZFS 2.2.2 which should have this feature included but the behaviour is like old ZFS version where zpool attach did only work with non raidz pools.
Also the Proxmox man pages (man zpool-attach) mentions that this is not possible.
Is Proxmox using the latest version of ZFS? If so how can I advance my raidz pool?
I wanted to try the zfs-attach feature which allows to attach a disk to an existing raidz config:
Code:
If the existing device is a RAID-Z device (e.g. specified as "raidz2-0"), the new device will become part of that RAID-Z group. A "raidz expansion" will be initiated, and once the expansion completes, the new device will contribute additional space to the RAID-Z group. The expansion entails reading all allocated space from existing disks in the RAID-Z group, and rewriting it to the new disks in the RAID-Z group (including the newly added device). Its progress can be monitored with zpool status.
As far as I can see Proxmox uses ZFS 2.2.2 which should have this feature included but the behaviour is like old ZFS version where zpool attach did only work with non raidz pools.
Also the Proxmox man pages (man zpool-attach) mentions that this is not possible.
Is Proxmox using the latest version of ZFS? If so how can I advance my raidz pool?