Juniper/wistar

duplicate PCI address error prevents domain from being defined

Closed this issue · 1 comments

libvirt: Domain Config error : XML error: Attempted double use of PCI slot 0000:00:0a.0 (may need "multifunction='on'" for device on function 0)
XML error: Attempted double use of PCI slot 0000:00:0a.0 (may need "multifunction='on'" for device on function 0)
Raising exception
Caught Exception in deploy
Could not define domain

leaving out the memballoon block fixes this as it was conflicting with one of the interfaces

problem was noticed on a vMX with 6 revenue interfaces (8 total)

removed memballoon from vpfe domain config file in d789dce. This should fix this. WIll test and close if confirmed.