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.

Answer from mine_username on reddit.com
🌐
Reddit
reddit.com › r/unraid › raidz expansion has arrived !
r/unRAID on Reddit: RAIDZ expansion has arrived !
November 3, 2023 - 48 votes, 77 comments. 100K subscribers in the unRAID community.
🌐
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.

🌐
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 ...
🌐
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 - Learn how to expand ZFS RAID, RAIDZ, and ZFS pools. Understand ZFS expansion challenges, best practices, and safe methods for adding storage to your setup
🌐
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. a 5-wide RAIDZ2 which has been expanded once ...
🌐
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 - Expansions can be made multiple times. However, pools must be healthy and if a disk were to die, the process will pause to allow for it to be reconstructed. It works with RAIDZ-1/2/3.
🌐
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.

🌐
GitHub
github.com › openzfs › zfs › discussions › 15232
RAIDZ Expansion feature discussion · openzfs/zfs · Discussion #15232
In this expansion PR, all data have the same parity in the expanded vdev. It’s the stripe width that changes, not the parity. If I recall right there has been discussion of a follow-on PR that’d expand (but not contract) parity, such as from raidz1 to raidz2 or raidz3. That’d be separate work...
Author: openzfs
Find elsewhere
🌐
Reddit
reddit.com › r/zfs › need help understanding raid z expansion
r/zfs on Reddit: Need help understanding Raid Z expansion

Your understanding is incorrect, or mine is - dealer's choice, really. "Old" data does keep the same data:parity ratio for its lifetime, but it gets redistributed across all the drives. There's some neat animations in the presentations explaining how this works. No. This is a very special case, and it does clever things to avoid needing to rewrite the world to get away with it. AFAIK no, you can only do one at a time, but as you say, you can do it again once it finishes. (I can't immediately think of a reason you inherently couldn't do more than one at once, except if somehow it violated the redundancy properties you needed, but I can't think of a way that would be true...) It's not even in a release yet, much less aggressively tested widely, and I don't know that it'll make it into the next stable branch, so you may be waiting a while if you want to make use of it. My usual advice is, don't plan around a feature that's not released yet being released on any timetable, no matter how confident you are, because many things can happen.

🌐
FreeBSD Foundation
freebsdfoundation.org › home › blog › openzfs raid-z expansion: a new era in storage flexibility
OpenZFS RAID-Z Expansion: A New Era in Storage Flexibility | FreeBSD Foundation
February 24, 2025 - ZFS has proven itself to be a reliable and trustworthy filesystem over many years of use. Its RAID-Z level, an advanced form of RAID-5, had a major flaw in its initial implementation: users couldn't add disks to a RAID-Z array. There was no easy way to expand it after initial creation, which ...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
Adding 2 new drives to expand a raidz2 pool | Proxmox Support Forum
2 weeks ago - Click to expand... IF you read the manual you'll find that it is possible to add a drive (or two, one after another) to an existing RaidZ2 vdev. The search-term is RaidZ-Expansion. This is possible since ZFS version 2.3 and as already mentioned that's the version used in current Proxmox systems.
🌐
Reddit
reddit.com › r/zfs › state of raidz expansion in 2024?
r/zfs on Reddit: State of RAIDZ expansion in 2024?

Raidz expansion was finalized and has been in master for a while now, so if you really want it, you can simply compile ZFS from master yourself. It will make it into 2. I was really excited for raidz expansion a few years ago, but I realized I don’t need it, and it’s always going to be better to simply build a new pool doing a zfs send from a backup pool. This way, you achieve better space utilization and start from an a state with minimal fragmentation. EDIT: The first release candidate for 2.3 was just released, and it includes raidz expansion, DirectIO, and fast dedup. 2.3 should release as a final version in 3 months or so.

🌐
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 › 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/zfs › openzfs 2.3.0 raidz expansion
r/zfs on Reddit: OpenZFS 2.3.0 RAIDZ expansion

I can't confirm any of the above, but I did bookmark this script for rebalancing ZFS pools: https://github.com/markusressel/zfs-inplace-rebalancing

🌐
Unraid
forums.unraid.net › home › community › lounge › openzfs has announced the implementation of raidz expansion
OpenZFS has announced the implementation of raidz expansion - Lounge - Unraid
May 21, 2024 - Hello Guys and Gals, there was an exciting announcement from the OpenZFS team: They have announced that this pull request: https://github.com/openzfs/zfs/pull/12225 Will finally be implemented. The pull request has been around for over two years. iXsystems is sponsoring the implementation/further...
🌐
TrueNAS Community
truenas.com › forums › archives › general help › operation and performance
RAIDZ expansion, best method when increasing disks and replacing with larger at same time | TrueNAS Community
November 24, 2022 - I currently have a 10x6TB in a single RAIDZ2 vdev. I will be replacing the disks with 10TB disks soon and may even add 1 or 2 more disks. I also currently have a spare 12 bay server that I can use to transfer the data if I want to change things. This pool is just a large media storage shared...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
[SOLVED] - Raidz expansion | Proxmox Support Forum
October 24, 2023 - Hello there, I have seen a couple of comments on Reddit & Github that raidz expansion is currently being developed/has already beta state. Will that feature also work for PVE or do I still need all disks available at zpool create?
🌐
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 - Hello everyone, I wanted to try the zfs-attach feature which allows to attach a disk to an existing raidz config: If the existing device is a RAID-Z device (e.g. specified as "raidz2-0"), the new device will become part of that RAID-Z group. A "raidz expansion" will be initiated, and once the...
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox backup server › proxmox backup: installation and configuration
[SOLVED] - ZFS raidz1: Expanding not possible? | Proxmox Support Forum
May 15, 2023 - Hi there, a few months ago we built up a new PBS with a bunch of U.2 NVMe. I naively thought ZFS must be the way to go creating the storage for the datastore. So I created this storage: # zpool status nvme-pool pool: nvme-pool state: ONLINE scan: scrub repaired 0B in 04:34:39 with 0...