fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

Support for hostdev mode network #24

Closed lemrouch closed 3 years ago

lemrouch commented 7 years ago

Hi, I have libvirt network with hostdev mode (pool of virtual NICs on PCI-E) and server is managed by Foreman. This type of network seems to be unsupported by fog-libvirt.

<network> <name>pf-eth0</name> <uuid>0ae0eb24-d0d9-4a02-942e-d245c77e12ba</uuid> <forward mode='hostdev' managed='yes'> <driver name='vfio'/> <pf dev='eth0'/> </forward> </network>

Backtace from foreman is attached as trace.txt

Is someone willing to add such support please?

plribeiro3000 commented 7 years ago

Hello @lemrouch. I'm afraid we might be out of hands now. Would you be able to submit a PR?

ares commented 3 years ago

Should be fixed by https://github.com/fog/fog-libvirt/pull/78

plribeiro3000 commented 3 years ago

Cool. Thanks @ares