Displaying 3 results from an estimated 3 matches for "vnet78".
Did you mean:
vnet7
2018 Dec 26
2
Re: avoiding PCI bus 8 / using PCI function / virt-install
...="virtio"/>
</interface>
but what i need (and get from virsh dumpxml) has this extra PCI line.
<interface type='bridge'>
<mac address='52:54:00:01:00:4e'/>
<source bridge='ge_0_0_0_77'/>
<target dev='vnet78'/>
<model type='virtio'/>
<alias name='net78'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x0a'
function='0x6' />
</interface>
Did I miss something? Do you see PCI in the XML...
2019 Jan 02
0
Re: avoiding PCI bus 8 / using PCI function / virt-install
.../interface>
>
>
> but what i need (and get from virsh dumpxml) has this extra PCI line.
>
> <interface type='bridge'>
>
> <mac address='52:54:00:01:00:4e'/>
>
> <source bridge='ge_0_0_0_77'/>
>
> <target dev='vnet78'/>
>
> <model type='virtio'/>
>
> <alias name='net78'/>
>
> <address type='pci' domain='0x0000' bus='0x01' slot='0x0a' function='0x6' />
>
> </interface>
>
>
> Did I miss so...
2018 Dec 26
2
avoiding PCI bus 8 / using PCI function / virt-install
I’m using virt-install to spin up VMs. At times I have a need to spin up
VMs which have 100s of interfaces. I ran into the PCI issue mentioned in
this previous thread based on how virt-install assigns PCI addresses to
interfaces:
https://www.redhat.com/archives/libvirt-users/2018-December/msg00064.html
Using the info mention there I was able to part hand / part sw re-write an
XML where I