Hello I just changed my disks with bigger ones. I just want to communicate, which commands I needed.
This is made with Ubuntu 20.04. I think, this will also work on similar linux systems.
Upgrade disk in zfs raid ( for each disk):
change disk (old disk is going offline, raid is going degraded)
replace disk: zpool replace data 'old-name(find in zpool status)' 'new-name(in /dev/disk/by-id/)'
check in zfspool status
sync
check fs size with df -h
That's enough
Stefan
This is made with Ubuntu 20.04. I think, this will also work on similar linux systems.
Upgrade disk in zfs raid ( for each disk):
change disk (old disk is going offline, raid is going degraded)
replace disk: zpool replace data 'old-name(find in zpool status)' 'new-name(in /dev/disk/by-id/)'
check in zfspool status
sync
check fs size with df -h
That's enough
Stefan