Trying to install a ZFS capable Storage VM, I'm running into problems with this combination:
PVE (2.2 pve & pvetest) + Illumos based VM (OpenIndiana, OmniOS) + pass through LSI Controller (IBM 1015 or BR10i cross flashed with LSI-IT firmware)
If I change one of these things, it works, be it
PVE + FreeBSD + LSI
ESXi + Illumos + LSI
or PVE + Illumos without LSI, e.g. onboard
The error I get is that soon after two Warnings appear, the Guest automatically reboots.
Google takes me only to the responsible source code, which has something to do with PCIe error handling and FMA capabilities.
My hardware: Intel i5-2400 @ Asus P8B WS (C206), may be its BIOS has a faulty vt-d configuration?
My extra line in the config:
The mtp2sas or mtpsas modules are blacklisted, so passing the device through works in the beginning.
Currently I'm using ESXi again but it would be great if anyone has ideas that bring me nearer to a working PVE solution.
PVE (2.2 pve & pvetest) + Illumos based VM (OpenIndiana, OmniOS) + pass through LSI Controller (IBM 1015 or BR10i cross flashed with LSI-IT firmware)
If I change one of these things, it works, be it
PVE + FreeBSD + LSI
ESXi + Illumos + LSI
or PVE + Illumos without LSI, e.g. onboard
The error I get is that soon after two Warnings appear, the Guest automatically reboots.
Code:
WARNING: devi_bus information is not set for isa0.
WARNING: devi_bus information is not set for vgatext0.
My hardware: Intel i5-2400 @ Asus P8B WS (C206), may be its BIOS has a faulty vt-d configuration?
My extra line in the config:
Code:
hostpci0: 02:00.0
#or
args: -device pci-assign,romfile=,host=02:00.0 #to prevent loading the option Rom, which does not at all or partly work depending on the firmware version
Currently I'm using ESXi again but it would be great if anyone has ideas that bring me nearer to a working PVE solution.