You can break the mirror and remove one of the drives, then use that and the third drive to create a raidz1 in a degraded state (one drive missing). Now copy the files from the degraded mirror to the degraded raidz1, wipe the mirror, and add it to the raidz1. Answer from mrxsdcuqr7x284k6 on reddit.com
🌐
GitHub
github.com › openzfs › zfs › discussions › 15232
RAIDZ Expansion feature discussion · openzfs/zfs · Discussion #15232
Raidz1 with larger drives has a tendency to break during resilver. Beta Was this translation helpful? Give feedback. ... There was an error while loading. Please reload this page. Something went wrong. There was an error while loading. Please reload this page. ... With my N00b level of understanding you did a great job of explaining. With that said I think I lean towards Backup-copy My 2 disk mirrored Vdev, then create a brand new with my now 3 disks and then copy back the data into the new vdev?
Author   openzfs
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
[SOLVED] - Adding more disks to an already exist ZFS RaidZ1 | Proxmox Support Forum
May 4, 2021 - Click to expand... Noted! ... Replace 1 old disk with a new disk which is empty. Use the old disk with the 2 new remain Disks. Click to expand... Hi again, NOW: raidz1 with this HDDs: N1, N2, N3 You have 3 new HDDs: X1,X2,X3 Before you start, ...
🌐
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 - Usually you would either: 1.) add another vdev (best case would be an identical one but I guess you don't want to buy 8 more U.2 disks...) and stripe it, so you get no downtime 2.) migrate all data to another storage, destroy that pool, create ...
🌐
Reddit
reddit.com › r/zfs › zfs multiple vdev pool expansion
r/zfs on Reddit: ZFS multiple vdev pool expansion
January 27, 2025 -

Hi guys! I almost finished my home NAS and now choosing the best topology for the main data pool. For now I have 4 HDDs, 10 Tb each. For the moment raidz1 with a single vdev seems the best choice but considering the possibility of future storage expansion and the ability to expand the pool I also consider a 2 vdev raidz1 configuration. If I understand correctly, this gives more iops/write speed. So my questions on the matter are:

  1. If now I build a raidz1 with 2 vdevs 2 disks wide (getting around 17.5 TiB of capacity) and somewhere in the future I buy 2 more drives of the same capacity, will I be able to expand each vdev to width of 3 getting about 36 TiB?

  2. If the answer to the first question is “Yes, my dude”, will this work with adding only one drive to one of the vdevs in the pool so one of them is 3 disks wide and another one is 2? If not, is there another topology that allows something like that? Stripe of vdevs?

I used zfs for some time but only as a simple raidz1, so not much practical knowledge was accumulated. The host system is truenas, if this is important.

🌐
TrueNAS Community
truenas.com › forums › archives › freenas (legacy software releases) › freenas help & support › storage
Expanding RaidZ1 with single disk | TrueNAS Community
August 9, 2018 - Click to expand... With traditional mirrors (2 disks per vdev) that's correct. That's why I said that a ZFS mirror isn't limited to 2 disks. Depending on your risk tolerance one might look at 3 or 4 way mirrors.
🌐
Louwrentius
louwrentius.com › zfs-raidz-expansion-is-awesome-but-has-a-small-caveat.html
ZFS RAIDZ expansion is awesome but has a small caveat
June 22, 2021 - You can't just add a single disk to the existing 3-disk RAIDZ vdev to create a 4-disk RAIDZ vdev because vdevs can't be expanded. The impact of this limitation is that you have to buy all storage upfront even if you don't need the space for years to come. Otherwise, by expanding with additional ...
🌐
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
February 2, 2026 - However, in ZFS, the RAIDZ structure is more fixed, and expanding it requires either adding a new vdev (a collection of disks) to the pool or replacing each disk with larger ones, which can be time-consuming and limits flexibility.
Find elsewhere
🌐
Reddit
reddit.com › r/zfs › pooling individual zfs drives/vdevs later into raidz pool?
r/zfs on Reddit: Pooling individual ZFS drives/vdevs later into RAIDZ pool?
October 1, 2023 -

Scenario...(I assume 3+ drives is going to be required for this scenario, not 2)...

I have 3 individual ZFS drives/partitions, which would be three vdev's.

Is it possible to pool the three drives/vdev's into a single pool without destroying the data?

I'm thinking of beginning my ZFS journey one step at a time, and wanted to start with individual ZFS drives/vdevs first. Then later, as I know more, plan more, buy more drives, then create the ZFS pool for full RAIDZ protection.

If not capable now, will the upcoming RAIDZ expansion have the capability of merging drives into a new pool, without data loss?

Or is ZFS storage planning set in stone? And I better know what I want, because there's no way to change the storage?

🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
May I successively add a new hdd to an existing pool? | Proxmox Support Forum
June 13, 2024 - If you have a 3-disk raidz1 pool, which is not recommended anymore if your disks are over 2TB, to expand it you would need to add another 3-disk vdev. RAIDZ2 is the standard, since the odds of a 2nd disk failing during a resilver are not zero.
🌐
Reddit
reddit.com › r/truenas › is it true that truenas/zfs now can extend vdevs with additional disks
r/truenas on Reddit: Is it true that Truenas/ZFS now can extend vdevs with additional disks
October 18, 2025 -

Hello, I am going to migrate from synology for good. I am doing a research on hardware, NAS software. I will upgrada my disks to larger ones but new disk will cost as much as or more than the hardware.

One of my biggest gripe with Truenas is upfront cost of forcefully buying all disks initially as far as I know. To the best of my knowledge disk can not be added to previously created vdevs. New vdevs must be created. Large disks are very very expensive. I usually buy a machine with lots of slots, and setup up the machine with raid 5 with 3 disks, add more disks when I have budget and need and convert to raid 6 in time. Synology gives this opportunity with SHR. Normal linux raid structures as well.

One of the comments that I received to a question about Truenas that it can now extend the vdevs.

Is this capability currently available? It there a gotcha, restriction that I need to know. How is the reliability of this new feature if it truely exists?

Top answer
1 of 5
30
Yes, RAIDZ extension is a feature that's supported in current versions of TrueNAS https://www.truenas.com/docs/scale/scaletutorials/storage/managepoolsscale/#extending-a-raidz-vdev You can also add additional VDEVs which was the preferred method for expanding before this was supported.
2 of 5
13
So, you cannot change from raidz1 to raidz2. Definitely build a raidz2 first. Figure out your desired width and capacity, and build carefully towards it. A raidz2 8-wide is perfectly reasonable; 10-wide maybe. Beyond that use raidz3, though you can also consider two raidz2 vdevs 6 or 8 wide each, if you are looking to end up with 12-14 disks. There is a caveat: Expanding works great, but the reported available capacity will be lower than your actual capacity. It is only a reporting glitch, and if you know your real capacity, it’s not an issue. Just be ready for it. ZFS has three ways of increasing capacity when using raidz vdevs: Replace all member drives with bigger ones, maybe as the old ones fail. That’s my planned path, on an 8-wide raidz2 with 8TB drives, 6 to 7 years old depending on drive. Replacement will be 12TB or 14TB, probably. Add another vdev to the pool. Be careful to use the same parity, as otherwise your whole pool only has the parity of the lowest-redundancy vdev. To keep it simple, add a raidz2 vdev to a pool with a raidz2 vdev, same for raidz3. Requires the physical space, power, cooling, HBA connection to add more drives. Expand the width of an existing raidz vdev. This is new tech, works well, but has the mentioned reporting quirk. Don’t go past a safe width for the parity and size of drives you have. When planning your setup, pay attention to space, cooling, power, and available HBA connections. You’ll have a small boot drive (usually SATA SSD or NVMe SSD), your bulk data storage in spinning rust, and likely a smallish (1TB or so) app pool with a mirror of SATA SSD or NVMe SSD. Be sure you know what you’re using for the app / VM pool, and how much capacity you’ll need.
🌐
Reddit
reddit.com › r/proxmox › zfs raid extension
r/Proxmox on Reddit: ZFS Raid extension
November 2, 2024 -

So I am currently building my Ugreen nasync dxp4800(4 possible bays) and while I got my ssds ready, I still need some HDDs. However my setup was already quite expensive and I want to start with 2 or 3 HDDs and add the rest later. How easy is it to add a drive later and add it to an existing pool and is this already possible in proxmox? Which raid level would you recommend?

🌐
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 - Better Resource Utilization: Previously, expanding RAID-Z required adding an entirely new vdev, often leading to inefficient use of older pools. Now, storage scales dynamically. Minimal Downtime: Expansion occurs while the system remains operational. This demonstration of RAID-Z expansion uses a recent FreeBSD 15-CURRENT snapshot: bsd_FreeBSD-15.0-CURRENT-amd64-zfs-20250116-054c5ddf587a-274800.raw from 2025/01/16, which includes all the latest OpenZFS 2.3 goodies.
🌐
FreeBSD
forums.freebsd.org › base system › storage
ZFS - vdev Expansion in zfs 2.3.0 | The FreeBSD Forums
December 4, 2024 - Adding a single drive to an existing vdev can (should) be done by adding a drive of the same size and will roughly expand pool capacity by the size of the drive once zfs housekeeping is complete.
🌐
Proxmox
forum.proxmox.com › home › forums › proxmox virtual environment › proxmox ve: installation and configuration
ZFS VDEV Expansion | Proxmox Support Forum
September 23, 2022 - Yes, there isn't a "extension" of zfs vdev , which you get with regular raid by just adding disks and growing. Only way to grow now,is to replace current disks with bigger,or add a new vdev.
🌐
TrueNAS Community
forums.truenas.com › truenas general
Expanding ZFS Storage with More Drives - TrueNAS General - TrueNAS Community Forums
February 22, 2025 - I know there are plenty of threads about this subject, but I am curious about one detail. I am running ElectricEel-24.10.2 and I have updated the ZFS storage pool to the latest version. By all accounts I believe my system can support expanding drives based on what I read in the release notes ...
🌐
Reddit
reddit.com › r/zfs › can't expand vdev
r/zfs on Reddit: Can't expand vdev
February 11, 2020 -

I have created my zpool with raidz1 vdev using 3 disks and i thought i could easily expand over time. Now my drives are nearly full and i found out unfortunately that i can't simply add a disk to existing vdev. I have seen many posts that expanding vdev is in the works. Should i keep my extra drive as a spare until an upgrade comes?

Or can you recommend me another filesystem that i can easily expand over the time similar to what i had in qnap before converting to zfs.

Please note i am currently using the zfs filesystem bundled with proxmox