I need to expand my storage, I currently have ca 140TB (80% full). It consists of one pool with two VDEVs, each 6x20TB Seagate Exos HDD, raidz2.
I wonder if there will be problematic or just fine to add another 2 VDEV with 6x 24TB Seadate Exos HDD, raidz2.
I would prefer to expand the current pool because maintaining more shares will be quite a lot of extra work, Is it ok to expand my current pool with the new VDEVs?
1 Like
It’d be just fine.
1 Like
Yes, you can always add vdevs to a pool.
1 Like
Thank you!
Just another question, do I add one Vdev at a time or both at the same time?
As you wish.
Adding vdev is not the now increasingly infamous “raidz vdev expansion”.
Thank you all! It worked well.
Before I added the new Vdev’s to the pool I did a checkpoint of my pool:
sudo zpool checkpoint <pool-name>
and then after a day when I saw that everything was ok I deleted the checkpoint.
Checkpoints are well described here: ZFS Pool "Checkpoints": They work just like seatbelts! (Not really)
1 Like
@winnielinnie will be proud of you.