Hi Richard I've noticed this snippet in import-to-ovirt.pl my $minor_version = $g->inspect_get_major_version ($root); I guess you meant here my $minor_version = $g->inspect_get_minor_version ($root); Emmanuel
Richard W.M. Jones
2016-Dec-24 13:40 UTC
Re: [Libguestfs] import-to-ovirt.pl minor problem
On Sat, Dec 24, 2016 at 02:28:18PM +0100, Emmanuel Kasper wrote:> Hi Richard > > I've noticed this snippet in import-to-ovirt.pl > > my $minor_version = $g->inspect_get_major_version ($root); > > I guess you meant here > > my $minor_version = $g->inspect_get_minor_version ($root);Indeed I did, and that also means that some of the metadata in imported guests would have been broken. All fixed now, thanks! http://git.annexia.org/?p=import-to-ovirt.git;a=commitdiff;h=0b4fd1e614b2101c3b6afe688ce09272b7eb3357 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/