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.comReddit
r/unRAID on Reddit: RAIDZ expansion has arrived !
November 3, 2023 - 48 votes, 77 comments. 100K subscribers in the unRAID community.
Louwrentius
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
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
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
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.
GitHub
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
FreeBSD Foundation
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
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.
mtlynch.io
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 ...
Unraid
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
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
[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
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
[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...