Displaying 3 results from an estimated 3 matches for "ge_0_0_0_77".
2018 Dec 26
2
Re: avoiding PCI bus 8 / using PCI function / virt-install
Thanks. Maybe I'm missing something but when I try virt-install --dry-run
--print-xml it generates this snippet of XML:
<interface type="bridge">
<source bridge="ge_0_0_0_77"/>
<mac address="52:54:00:01:00:4e"/>
<model type="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:4...
2019 Jan 02
0
Re: avoiding PCI bus 8 / using PCI function / virt-install
On 12/26/18 6:59 PM, b f31415 wrote:
> Thanks.? Maybe I'm missing something but when I try virt-install
> --dry-run --print-xml it generates this snippet of XML:
>
> <interface type="bridge">
>
> <source bridge="ge_0_0_0_77"/>
>
> <mac address="52:54:00:01:00:4e"/>
>
> <model type="virtio"/>
>
> </interface>
>
>
> but what i need (and get from virsh dumpxml) has this extra PCI line.
>
> <interface type='bridge'>
>
&g...
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