Description
The host system provides a bridge interface that is connected to a physical interface.
When integrating that bridge via the physical
nic type and passing the bridge interface as the parent
I get the following error when starting the VM.
Failed to start device "eth-1": Failed to get PCI device info for "br-lan": open /sys/class/net/br-lan/device/uevent: no such file or directory
This is because the bridge does not have a device
directory, but the code requires it for looking up PCIe information.
incus/internal/server/device/nic_physical.go
Line 211 in 36701b9
The documentation claims I can pass a bridge:
The physical network type connects to an existing physical network, which can be a network interface or a bridge, and serves as an uplink network for OVN.
https://linuxcontainers.org/incus/docs/main/reference/network_physical/
This issue is reproducible on incus 6.10.1.
Activity