This is made up of 3 x 6TB HDDs, configured in RAIDZ1.
Apps
This is made up of 2 x 128GB SSDs, configured as a Mirror.
The “Main” dataset stores all my data. The “Apps” dataset stores the apps themselves. I am having RAIDZ1 regret as I am wanting to expand the “Main” dataset in future, to 8 x 6TB HDDs total. Ideally I would have this in a RAIDZ3 configuration, so that I would have 30TB of usable storage.
My understanding is that it is impossible to change RAIDZ configurations after the fact. Is the best option to create a separate dataset using 5 x 6TB HDDs in RAIDZ3, migrate the data between the datasets, and then add the 3 x 6TB HDDs from the old “Main” dataset to the new dataset? Any issues when migrating datasets, e.g. with app configurations etc.?
Consider me technically semi-literate! I am by no means fluent.
Why Raid-Z3? Raid-Z2 is a bit more common. Do you need three disks of redundancy and are you backing up your data elsewhere? Raid-Z3 screams this is your only source of data and no backups.
If you have excellent backups, it would be best to restore the Main data pool from that after destroying and creating the final pool as Raid-Z3.
Posting your hardware details and what apps you are running may help as we can offer advice on anything that could use improvement or isn’t really helpful to your setup.
This, but with “pool” instead of “dataset”. And then you may rename the new pool to match the name of the old pool.
With the caveats of raidz expansion, of course: Wrong space reporting, optional rewrite of old data to match the new width.
Going from raidz1 to raidz3 may be a bit over the tpo, though. 8-wide raidz2 is a common choice.
@SmallBarky@etorix This is great, thank you. So to be clear, you’d recommend simply destroying the “Main” pool, creating the new “Main” pool, and restoring from backup? I use Backblaze B2 to back up.
Yes, if you have the option to restore from backup, directly creating an 8-wide raidz2/raidz3 has benefits over creating at 5-wide and expanding 3 times.