[Libguestfs] virt-v2v and import of Debian OVAs

Richard W.M. Jones rjones at redhat.com
Thu Feb 23 17:34:24 UTC 2017


On Thu, Feb 23, 2017 at 05:39:48PM +0100, Emmanuel Kasper wrote:
> On 02/23/2017 05:06 PM, Pino Toscano wrote:
> > On Thursday, 23 February 2017 16:47:57 CET Emmanuel Kasper wrote:
> >> Is virt-v2v able to import a debian guest from an OVA archive ?
> >>
> >> According to the "true" in convert_linux.ml, I would have said yes
> >>
> >>   let matching = function
> >>     | { i_type = "linux";
> >>         i_distro = ("fedora"
> >>                        | "rhel" | "centos" | "scientificlinux" |
> >> "redhat-based"
> >>                        | "oraclelinux"
> >>                        | "sles" | "suse-based" | "opensuse") } -> true
> >>     | { i_type = "linux";
> >>         i_distro = ("debian" | "ubuntu" | "linuxmint") } -> true
> >>     | _ -> false
> > 
> > This is current master.
> 
> you're right sorry for the confusion

Next stable (1.36) is due to be released next week, which will
contain this feature.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list