Expand a pool in ZFS
To expand a pool by replacing every drive with a larger drive in ZFS, do the following: 1
zpool set autoexpand=on <pool>
zpool replace <pool> <old disk> <new disk>
To expand a pool by replacing every drive with a larger drive in ZFS, do the following: 1
zpool set autoexpand=on <pool>
zpool replace <pool> <old disk> <new disk>