Multiple Pools Individual for each Drive

Joined
Jan 27, 2019
Messages
1
Is there a way to have individual drives in separate pools that way if one drive goes down it doesnt affect the whole system? And just backing up the important volumes via AWS S3?
 

Heracles

Wizard
Joined
Feb 2, 2018
Messages
1,401
Hey Abraham,

To ensure a pool does not go down when a single hard drive fails is achieved using the proper vdevs and structuring them as you need.

In FreeNAs, hard drives are grouped in vdev, with or without redundancy.
vdevs are grouped in a pool, always without redundancy.
You do not put directly a hard drive in a pool. You put it in a vdev and then the vdev is used to assemble the pool, by itself of with other vdevs.

As such, what you need is a vdev containing multiple drives that you will group with some kind of redundancy. The minimum is 2 drives configured as mirror. Other options exist, like I do here with 5 drives in RaidZ2 where the 5 disks vdev can survive the loss of 2 drives.

Hope this help you understand better how things work in FreeNAS,
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Is there a way to have individual drives in separate pools that way if one drive goes down it doesnt affect the whole system? And just backing up the important volumes via AWS S3?
Sure you can use 1 disk in a stripe and make that the only disk in the pool. This is a very strange setup and not something that is tested very well. But it will work and is designed to work. You will also have lots of different datasets, shares and paths for each drive. You can not do this and get one big storage pool.
 
Top