[Pkg-libvirt-maintainers] Bug#565895: virt-manager: cannot clone VMs with interface type='ethernet'

Tino Keitel tino.keitel at tikei.de
Tue Jan 19 13:47:44 UTC 2010


On Tue, Jan 19, 2010 at 14:39:39 +0100, Tino Keitel wrote:

[...]

> The culprit seems to be the interface type. This configuration can be
> cloned:
> 
>     <interface type='ethernet'>
>       <mac address='52:54:00:38:53:95'/>
>       <target dev='m0d0'/>
>       <model type='e1000'/>
>     </interface>

Sorry, I pasted the wrong configuration snipset.

A VM with this network configuration can be cloned:

    <interface type='bridge'>
      <mac address='52:54:00:38:53:95'/>
      <source bridge='virbr0'/>
      <target dev='m0d0'/>
      <model type='e1000'/>
    </interface>





More information about the Pkg-libvirt-maintainers mailing list