[libvirt] [PATCH 0/3] Transport network port data during live migration

Daniel P. Berrange berrange at redhat.com
Fri Sep 28 16:42:58 UTC 2012


On Fri, Sep 21, 2012 at 05:16:45PM -0400, Kyle Mestery wrote:
> This series of commits has the end goal of allowing per-port data stored
> in the Open vSwitch DB to be transported during live migration. This is
> done by first providing a generic infrastructure for transporting network
> data, adding some utility functions specific to Open vSwitch, and hooking
> the two together.
> 
> The framework provided is generic in that other networking data could be
> transferred as well by simply adding in additional hooks as needed.
> 
> An example of the XML being transported is shown here:
> 
> <network>
>   <interface index='1' vporttype='openvswitch' netdata='blah blah blah'/>
>   <interface index='7' vporttype='openvswitch' netdata='blah blah blah'/>
> </network>

Could you give an example of what goes in the netdata='blah blah blah'
part of the XML ?  I'm interesting in seeing the type of data, and its
indicitive size


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list