Expanding usable capacity on raidz pools by adding devices #12467
johnkwoods
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
See #12225 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We currently have a ZFS pool that has a 6-disk raidz1 vdev. We are running out of space on that zpool, and would like to expand the zpool, to add 2 more identical disks to that volume. Currently, the only known solution would be to backup the filesystems, destroy the zpool, recreate the zpool using 8-disk raidz1, then restore the filesystems.
Other technologies, such as Synology NAS, have a capability of adding a disk to a RAID-5 or RAID-6 storage pool, without having to rebuild it, or even take it offline.
It seems that this could also be done with OpenZFS, perhaps reusing/refactoring code from the sequential reconstruction feature. (I realize it's probably not that simple, or it would be done already..)
Other suggestions that would offer flexibility for raidz users:
Beta Was this translation helpful? Give feedback.
All reactions