Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sriov interface #1816

Open
aep opened this issue Apr 18, 2024 · 0 comments
Open

sriov interface #1816

aep opened this issue Apr 18, 2024 · 0 comments

Comments

@aep
Copy link

aep commented Apr 18, 2024

Hi,

i dont think its currently possible to add a network interface from an sriov pool.
the relevant xml is

<interface type="hostdev" managed="yes">
      <mac address="12:34:.."/>
      <source>
          <address type="pci" domain="0x0000" bus="0x43" slot="0x00" function="0x5"/>
      </source>
      <model type="virtio"/>
      <address type="pci" domain="0x0000" bus="0x06" slot="0x00" function="0x0"/>
</interface>

lib/vagrant-libvirt/templates/public_interface.xml.erb

does not contain a for pcie

should be easy to add i think. should i open a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant