🌐
GitHub
github.com › openzfs › zfs › discussions › 15232
RAIDZ Expansion feature discussion · openzfs/zfs · Discussion #15232
Expansion does not change the number of failures that can be tolerated without data loss (e.g. a RAID-Z2 is still a RAID-Z2 even after expansion). Beta Was this translation helpful?
Author: openzfs
🌐
Reddit
reddit.com › r/homelab › raidz expansion is officially released.
r/homelab on Reddit: RaidZ Expansion is officially released.
January 14, 2025 - After the expansion completes, old blocks remain with their old data-to- parity ratio (e.g. 5-wide RAIDZ2, has 3 data to 2 parity), but distrib‐ uted among the larger set of disks. New blocks will be written with the new data-to-parity ratio (e.g. ...
🌐
Reddit
reddit.com › r/proxmox › zfs raidz2 pool expansion
r/Proxmox on Reddit: ZFS RAIDZ2 pool expansion
Someone please answer this for Proxmx 9 also. zfs raid expansion is a feature of the installed version of zfs on 9.0, but there are not instruction anywhere for scrubbung in an additional drive.
🌐
Louwrentius
louwrentius.com › zfs-raidz-expansion-is-awesome-but-has-a-small-caveat.html
ZFS RAIDZ expansion is awesome but has a small caveat
After the expansion completes, old blocks remain with their old data-to-parity ratio (e.g. 5-wide RAIDZ2, has 3 data to 2 parity), but distributed among the larger set of disks. New blocks will be written with the new data-to-parity ratio (e.g. a 5-wide RAIDZ2 which has been expanded once to ...
🌐
Reddit
reddit.com › r/unraid › raidz expansion has arrived !
r/unRAID on Reddit: RAIDZ expansion has arrived !
November 3, 2023 - Are we able to expand our zfs raidz2 array? Or not. ... Not yet. Maybe we should ask unraid developers when they will implement this?🤔 ... I'm not talking about in unraid, I mean in general. If this is a thing, I'll be moving back to Ubuntu server. more replies More replies More replies More replies More replies More replies ... Then I don't see how this replaces unraid... ... Because one disk expansion is now possible and wasn't before.
🌐
mtlynch.io
mtlynch.io › raidz1-to-raidz2
Migrating a ZFS pool from RAIDZ1 to RAIDZ2 · mtlynch.io
July 25, 2025 - The data that exists on the disks prior to the RAIDZ expansion does not automatically restripe from 3x data + 2x parity to 5x data + 2x parity, so it can’t take advantage of the improved storage efficiency of the 7-disk array. The net effect is that you can’t use all of the capacity on your RAIDZ2 pool. You can work ...
🌐
Reddit
reddit.com › r/zfs › psa: howto properly expand a raidz1 / raidz2 zfs pool - example code
r/zfs on Reddit: PSA: HOWTO properly expand a RAIDZ1 / RAIDZ2 zfs pool - example code
This is not true. You can add any sort of vdev to an existing pool. There is no "balancing"; ZFS doesn't relocate existing data, so whatever you've written to the old vdev just stays there. New writes will be distributed in proportion to the speed and occupied ratio of each vdev. Unless you have high turnover on the pool, there will always be a perpetual imbalance regardless of vdev geometries. It would be somewhat foolish to reduce the redundancy level when adding another vdev, but aside from that, nothing stops you from adding a vdev with more or fewer disks than any other vdev.
🌐
FreeBSD Foundation
freebsdfoundation.org › home › blog › raid-z expansion feature for zfs in the home stretch
RAID-Z Expansion Feature for ZFS In the Home Stretch | FreeBSD Foundation
February 9, 2022 - The name of the existing raidz vdev is “raidz2-0” and “/var/tmp/6” is the name of the new disk. That looks a little different than disk names in production. The point here is to show placement in the command line for the actual name of the disk. Expect it to take a while as it has to move the data around on the disks. This line will report the progress it is making for you: “raidz expand: Expansion of vdev 0 in progress since Wed Jun 9 16:36:19 2021
🌐
GitHub
github.com › openzfs › zfs › pull › 12225
RAIDZ Expansion feature by ahrens · Pull Request #12225 · openzfs/zfs
Expansion does not change the number of failures that can be tolerated without data loss (e.g. a RAIDZ2 is still a RAIDZ2 even after expansion). A RAIDZ vdev can be expanded multiple times.
Author: openzfs
Find elsewhere
🌐
Ars Technica
arstechnica.com › gadgets › 2021 › 06 › raidz-expansion-code-lands-in-openzfs-master
ZFS fans, rejoice—RAIDz expansion will be a thing very soon - Ars Technica
June 15, 2021 - With the new code, you'll be able to attach new disks to an existing RAIDz vdev as well. Doing so expands the vdev in width but does not change the vdev type, so you can turn a six-disk RAIDz2 vdev into a seven-disk RAIDz2 vdev, but you can't ...
🌐
DiskInternals
diskinternals.com › home › raid recovery › zfs raid expansion: how to expand raidz and zfs pools safely
ZFS RAID Expansion: How to Expand RAIDZ and ZFS Pools Safely | DiskInternals
June 3, 2025 - 2. Maintain Redundancy Levels: Follow identical redundancy levels in all vdevs by maintaining consistent RAID configurations, such as RAIDZ2 or RAIDZ3, across the pool.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
ZFS attach existing raidz2 pool | Proxmox Support Forum
March 13, 2024 - If the existing device is a RAID-Z ... of that RAID-Z group. A "raidz expansion" will be initiated, and once the expansion completes, the new device will contribute additional space to the RAID-Z group....
🌐
OpenZFS
openzfs.org › w › images › 5 › 5e › RAIDZ_Expansion_2023.pdf pdf
RAIDZ Expansion 2023
raidz2 4.50G 4.29G 215M - - 60% 95.3% New! Solution · + zpool wait test -t raidz_expand · + zpool status test · pool: test · state: ONLINE · raidz expand: Expansion of vdev 0 copied 4.27G in 0h3m, completed on Wed Jun 9 16:39:31 2021 · config: NAME STATE READ WRITE CKSUM ·
🌐
FreeBSD
forums.freebsd.org › base system › storage
ZFS - Is it possible to expand raidz2 with a smaller number of larger disks? | The FreeBSD Forums
August 4, 2022 - I'm guessing less than 14, meaning that a simple zfs-send(8) is not an option. I don't believe that RAID-Z Expansion is currently available in FreeBSD 13.1-RELEASE, and I think I would have noticed an announcement, However, the article published by the FreeBSD Foundation says Q3 2022, so any time now.
🌐
Reddit
reddit.com › r/datahoarder › zfs raidz expansion feature finally merged!
r/DataHoarder on Reddit: ZFS raidz expansion feature finally merged!
July 25, 2023 - Wait, so if I have an existing single vdev with 8 drives in RAIDZ2 I'd have to wipe that array and re-create it in order to add drives in the future? I didn't get that from the link. ... No, I'm saying you can't turn a RAIDZ1 into a RAIDZ2.
🌐
TrueNAS Community
forums.truenas.com › truenas general
Why Is an upgrade from RAIDZ1 to RAIDZ2 and from there to RAIDZ3 not possible? - TrueNAS General - TrueNAS Community Forums
October 24, 2024 - Hi, I know that I can’t add another disk of parity to a RAIDZ. I’d like to understand if this is just something that hasn’t been implemented yet (like RAIDZ Expansion was) or if this is actually not possible and if so,…
🌐
Reddit
reddit.com › r/zfs › raidz expansion feature merged
r/zfs on Reddit: Raidz expansion feature merged
This feature will be available in the OpenZFS 2.3 release, which is probably about a year out.
🌐
Reddit
reddit.com › r/truenas › raidz2 incremental expansion - now available? or not?
r/truenas on Reddit: RaidZ2 incremental expansion - now available? or not?
It is possible in SCALE 24.10 (Electric Eel) which is currently in beta. It is not possible in the current production version of Scale. You can either run beta and have the feature now or run production without the feature and update once Electric Eel is out of beta.
🌐
Reddit
reddit.com › r/zfs › raidz expansion feature (beta?)
r/zfs on Reddit: RAIDZ Expansion feature (BETA?)
right around the corner... a very very loooong corner..