content

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>

meta

tags: zfs

created:

commit: f1378f57