[libvirt] [PATCH v3 02/21] LXC driver: started implementing connectDomainXMLFromNative

Daniel P. Berrange berrange at redhat.com
Wed Feb 12 17:23:24 UTC 2014


On Wed, Feb 05, 2014 at 03:10:00PM +0100, Cédric Bosdonnat wrote:
> This function aims at converting LXC configuration into a libvirt
> domain XML description to help users migrate from LXC to libvirt.
> 
> Here is an example of how the lxc configuration works:
> virsh -c lxc:/// domxml-from-native lxc-tools /var/lib/lxc/migrate_test/config
> 
> It is possible that some parts couldn't be properly mapped into a
> domain XML fragment, so users should carefully review the result
> before creating the domain.
> 
> fstab files in lxc.mount lines will need to be merged into the
> configuration file as lxc.mount.entry.
> 
> As we can't know the amount of memory of the host, we have to set a
> default value for max_balloon that users will probably want to adjust.
> ---
>  .gitignore                                      |   1 +
>  po/POTFILES.in                                  |   1 +
>  src/Makefile.am                                 |   1 +
>  src/lxc/lxc_driver.c                            |  31 +++++++
>  src/lxc/lxc_native.c                            |  86 +++++++++++++++++++
>  src/lxc/lxc_native.h                            |  32 +++++++
>  tests/Makefile.am                               |   7 +-
>  tests/lxcconf2xmldata/lxcconf2xml-simple.config |  38 +++++++++
>  tests/lxcconf2xmldata/lxcconf2xml-simple.xml    |  17 ++++
>  tests/lxcconf2xmltest.c                         | 107 ++++++++++++++++++++++++
>  10 files changed, 320 insertions(+), 1 deletion(-)
>  create mode 100644 src/lxc/lxc_native.c
>  create mode 100644 src/lxc/lxc_native.h
>  create mode 100644 tests/lxcconf2xmldata/lxcconf2xml-simple.config
>  create mode 100644 tests/lxcconf2xmldata/lxcconf2xml-simple.xml
>  create mode 100644 tests/lxcconf2xmltest.c

ACK

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