Espandere ZFS

Gennaio 11, 2022 By luca@studiomondello.eu

Abilitare autoespansione

zpool set autoexpand=on DATASTOREZFS

Verificare e identificare partizione

zpool status

zpool get autoexpand

fdisk -l /dev/sdb nel mio caso disco sdb

Espandere

parted /dev/sdb

(parted) resizepart

Partition number? 1

End? [X.XGB]?

(parted) quit

zpool online -e DATASTOREZFS sdb