dumpxml removes <source> portion from network descritiption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello.

I have a strange error with one of my VMs. If i use dumpxml to save a VM 
description the source part of the network part is missing. This prevents 
redifining the machine from the dumped xml file:

This is how it looks before dumpxml:

    <interface type='bridge'>
      <mac address='52:54:00:34:a1:56'/>
      <source bridge='br406'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 
function='0x0'/>
    </interface>


And afterwards:

    <interface type='bridge'>
      <mac address='52:54:00:34:a1:56'/>
      <target dev='vnet6'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 
function='0x0'/>
    </interface>

Someone has an idea whats causing this? Is there a special option maybe?

thanks and best regards
t.

_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users




[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux