FREENAS setup, scared or to be proud?

ebeng

Cadet
Joined
Feb 9, 2019
Messages
3
As a newby to FREENAS, I would like to ask how good the following setup is:

- ESXi server (Dell T440)
-1x 400Gb SAS disk, running ESXi on it, with 1/2 critical VM's
-4x 6TB in RAID5, this is given to ESXi as a datastore, from iDrac

Freenas is installed as an VM with 20GB and 10TB, both on the RAID5 disk.

I've read a couple of time: "i've lost my data due to ESXi" etc....

I'm a bit scared to start all my data transfer from multiple disks to FREENAS, as i'm not sure yet if this is the way forward(afraid to lose all the data). Or am i good to go?

I want to expand the RAID5 with time, with more disks and after this, i would like to resize the 10TB, which is used for the SMB share.
This resizing of the disk is proven to work with the script described here: https://github.com/sblanchet/freenas-vdisk-expand
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
What you're doing is not good for FreeNAS.

Allocating a virtual HDD from another OS RAID is exactly what not to do for FreeNAS.

FreeNAS needs direct access to the physical disks and controller if it is going to work properly.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
As a newby to FREENAS, I would like to ask how good the following setup is:

- ESXi server (Dell T440)
-1x 400Gb SAS disk, running ESXi on it, with 1/2 critical VM's
-4x 6TB in RAID5, this is given to ESXi as a datastore, from iDrac

Freenas is installed as an VM with 20GB and 10TB, both on the RAID5 disk.

I've read a couple of time: "i've lost my data due to ESXi" etc....

I'm a bit scared to start all my data transfer from multiple disks to FREENAS, as i'm not sure yet if this is the way forward(afraid to lose all the data). Or am i good to go?

I want to expand the RAID5 with time, with more disks and after this, i would like to resize the 10TB, which is used for the SMB share.
This resizing of the disk is proven to work with the script described here: https://github.com/sblanchet/freenas-vdisk-expand

It seems for the second time today I'm explaining that if you cram a hardware RAID controller in between ZFS and the disks, you critically hobble ZFS's ability to manage storage and rebuild corrupted data from redundancy.

Plus the resizing of disk is NOT "proven to work"; it might happen to work, but it's more than a bit dodgy and your data might vanish in a flash if you do the wrong things.

24TB in RAID5, though... wow... you're far braver than I.
 

l@e

Contributor
Joined
Nov 4, 2013
Messages
143
First thing for any kind of system that is important you should not trust with single point of failure. So better go with raid6 or 10 if you need iops. And makes no point having only one disk sas for hosting VM. If you know better raid controllers and are familiar with those, just build a stable array and will be more safe than using zfs on top of raid. Just use any other system to share that smb. As @jgreco and @Chris Moore noted is not the properway to go. Please refer to those guides and also just see around in the forum discussions about that. The best you can do for start is reading how zfs works, understand it and then decide which way you go.

The best tool is the one you know how to use better. So if you are experienced with hw raid go on that path, if you like to use zfs i strongly sugest learn about it before. And im not pushing you back from zfs and FN, and i hope you go to the for the second way. It will need more time but it will pay you back over the years.
 

ebeng

Cadet
Joined
Feb 9, 2019
Messages
3
Thank you all for your replies, I will dive in the next few days into the RAID setup, ZFS and PCI-Passthrough etc.

Just only curious why 24TB with RAID5 is brave thing to do?
 

l@e

Contributor
Joined
Nov 4, 2013
Messages
143
It is better to not relay one drive only as ft. This is same for hwraid and zfs. More big the volume is more time will need to rebuild/resilver and there is higher probability risk that during that proces if another one fails, you loose the entire pool.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Top