Comment on What are good harddrives to use with serves
avidamoeba@lemmy.ca 1 month agoNot that I want to push ZFS or anything, mdraid/LVM/XFS is a fine setup, but for informational purposes - ZFS can absolutely expand onto larger disks. I wasn’t aware of this until recently. If all the disks of an existing pool get replaced with larger disks, the pool can expand onto the newly available space. E.g. a RAIDz1 with 4x 4T disks will have usable space of 12T. Replace all disks with 8T disks (one after another) and your pool will have 24T of space. Replace those with 16T and you get 48T, and so on. In addition you can expand a pool by adding another redundant topology just like you can with LVM and mdraid. Finally, expanding existing RAIDz with additional disks has recently landed too.
Pacmanlives@lemmy.world 1 month ago
I wonder if that’s a new feature. IIRC the issue was with vdevs in ZFS in the pool expansion. I am a FreeBSD user and do have some jails running. I do like ZFS a lot it’s way more mature then BTRFS on the Linux
avidamoeba@lemmy.ca 1 month ago
As far as I can tell it dates back to at least 2010 - docs.oracle.com/cd/E19253-01/…/index.html. See the Solaris version.