Zijn er hier mensen die Freenas draaien i.c.m. ESXi? Ik ben namelijk van plan om binnen enkele maanden mijn server te bouwen en ik zou graag op één van mijn virtual machines FreeNas installeren waarop ook Plex en mijn download client staat. Nu heb ik deze link waar er staat dat FreeNas kan werken i.c.m. ESXi (als er een HBA controller wordt gebruikt), maar dan lees ik volgende:
Of zie ik dit verkeerd?
Single disk: Vulnerable to pool metadata corruption, which could cause the loss of the pool. Can detect — but cannot repair — user data corruption.
Three or more virtual disks striped (even if they are from the same datastore!): Resilient against pool corruption. Can detect — but cannot repair — corrupted data in the pool. Depending on what backs the vDisks you may be able to survive a physical disk failure, but it is unlikely that the pool will survive.
Three or more virtual disks in RAIDZ: Can detect and repair data corruption in the pool, assuming the underlying datastore and/or disks are functional enough to permit repairing by ZFS’ self-healing technology.
Dus als ik goed begrijp kan ik enkel volledig gebruik maken van ZFS als ik de virtuele schijven met de RAIDZ-opstelling gebruik, maar dat betekent dat ik maar 10/10.5 GB (als het niet meer is) kan gebruiken van de 12 TB dat er in zal zitten? Doe ik dit niet, dan kan data corruptie niet hersteld worden. Wat is dan het nut van ZFS als er enkel corruptie kan worden vastgesteld, maar niet hersteld kan worden?Striping your vDisks
In this configuration, ZFS will be unable to repair data corruption but it will be resilient against pool corruption caused by damage to critical pool data structures causing loss of the entire pool. If you are using a SAN/NAS to provision the vDisk space, then three striped 1TB drives will require 3TB of external LUN usable space.
RAIDZ protection of your vDisks
In this configuration, ZFS will repair data corruption. However, you will waste an additional virtual disk worth (or two if RAIDZ2 is used) of space since the external storage array protects the LUN and RAIDZ creates parity to protect each vDisk. If you are using a SAN/NAS to provision the vDisk space, then three RAIDZ1 1TB drives will require 4.5TB of external LUN usable space.
Disk space needed for provisioning
With striping, you’ll be required to provision 3TB of space from the SAN/NAS storage array to get 3TB of usable space. If you use RAIDZ protection, it will use one of the virtual disks for parity, and you will be required to provision 4.5 TB of space from the SAN/NAS storage array to get 3TB of usable space. Depending on the $/GB for your SAN/NAS this additional 1,500 GB can get quite expensive.
Of zie ik dit verkeerd?