Hello,
I'm currently virtualizing my FreeNAS to VM on my proxmox. However, I have a problem.
These are the tests I did.
On proxmox:
For debian the LACP is working properly. (network virtIO bonding on vm)
For freeNAS the LACP does not work. (network virtIO lagg on vm)
Physical machine
Same test with a physical machine (same hardware/switch) FreeNAS work on LACP
As a result I deduced the virtIO function on FreeNAS (11.1U6) does not work for the LACP (802.3ad).
To solve this problem I would like to use the pci passthrough feature. (https://pve.proxmox.com/wiki/Pci_passthrough "Determine your PCI card address, and configure your VM")
When I do my "lspci" I find my cards:
02: 00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
02: 00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
I add the following line in my configuration (/etc/pve/qemu-server/VMID.conf): hostpci0: 02:00
I have the following error at startup:
Can not open iommu_group: No such file or directory
In the syslog:
<root@pam> end task UPID:SRVNAME:1234419F:1593D2B1:5AA691F2:qmstart:100:root@pam: Cannot open iommu_group: No such file or director
Do you have any ideas ?
Sorry for my English !
Ty
I'm currently virtualizing my FreeNAS to VM on my proxmox. However, I have a problem.
These are the tests I did.
On proxmox:
For debian the LACP is working properly. (network virtIO bonding on vm)
For freeNAS the LACP does not work. (network virtIO lagg on vm)
Physical machine
Same test with a physical machine (same hardware/switch) FreeNAS work on LACP
As a result I deduced the virtIO function on FreeNAS (11.1U6) does not work for the LACP (802.3ad).
To solve this problem I would like to use the pci passthrough feature. (https://pve.proxmox.com/wiki/Pci_passthrough "Determine your PCI card address, and configure your VM")
When I do my "lspci" I find my cards:
02: 00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
02: 00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
I add the following line in my configuration (/etc/pve/qemu-server/VMID.conf): hostpci0: 02:00
I have the following error at startup:
Can not open iommu_group: No such file or directory
In the syslog:
<root@pam> end task UPID:SRVNAME:1234419F:1593D2B1:5AA691F2:qmstart:100:root@pam: Cannot open iommu_group: No such file or director
Do you have any ideas ?
Sorry for my English !
Ty