So I am trying to get FreeNAS working and pass through my 4x internal HDD's to the VM so that I can run a pool within the VM.
At first, I was getting the following error:
I no longer get the error when adding "Sunrise Point-H SATA controller [AHCI mode]" as a PCI Device to the FreeNAS VM [101].
However, when I try and boot the VM [101] it crashes my ProxMox server with the following:
And the following in the logs:
and then it basically loops this through and crashes my Server until I restart it.
I checked all the SMART values for drives and they seem to have PASSED?
Here is the lvs output also:
This server crashing only happens when I add the PCI card listed above to the VM.
At first, I was getting the following error:
After following the Wiki, I ensured that the BIOS had Virtualization enabled and also made sure that remapping was enabled.() Add: PCI Device No IOMMU detected, please activate it.See Documentation for further information.
I no longer get the error when adding "Sunrise Point-H SATA controller [AHCI mode]" as a PCI Device to the FreeNAS VM [101].
However, when I try and boot the VM [101] it crashes my ProxMox server with the following:
Code:
Error start failed QEMU exited with code 1
Code:
Buffer I/O error on device dm-1, logical block
Aborting journal on device dm-1-8
Buffer I/O error on dev dm-1, logical block lost sync
EXT4-FS (dm-1): I/P error while writing superblock
EXT4-FS error (device dm-1) ext4_journal_check_start:61: Detected aborted
EXT4-FS (dm-1): remounting file system read only
Buffer I/O error on device dm-1, logical block
I checked all the SMART values for drives and they seem to have PASSED?
Here is the lvs output also:
Code:
lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <151.63g 7.07 1.38
root pve -wi-ao---- 59.25g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-aotz-- 4.00m data 0.00
vm-100-disk-1 pve Vwi-aotz-- 20.00g data 46.06
vm-101-disk-0 pve Vwi-a-tz-- 50.00g data 3.01
This server crashing only happens when I add the PCI card listed above to the VM.