[Libguestfs] [PATCH] rpm: generalize openSUSE support

2018-10-02 Thread Pino Toscano
It seems that all the newer versions of openSUSE have an 'opensuse-' prefix in their distro ID; hence, check for that prefix at once, keeping compatibility for the old "opensuse" ID. Followup of commit a4e53bcbc52594f8863e7866448640f7ac8ab0f9. --- m4/guestfs-appliance.m4 | 2 +- 1 file changed,

Re: [Libguestfs] [PATCH v2] lib: Use qemu-img info -U option to avoid locking error.

2018-10-02 Thread Gal Ben Haim
+1 LGTM. Thanks Richard. On Fri, Sep 21, 2018 at 12:53 PM Richard W.M. Jones wrote: > https://bugs.launchpad.net/qemu/+bug/1740364 > --- > lib/guestfs-internal.h | 3 +++ > lib/handle.c | 2 ++ > lib/info.c | 39 +++ > 3 files

Re: [Libguestfs] [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.

2018-10-02 Thread Richard W.M. Jones
I wrote some code which can get this kind of information from the Windows Registry: dhcp 10.0.2.2 10.0.2.15 0 0 1 10.0.2.3 10.0.2.2 255.255.255.0 255.255.255.0

Re: [Libguestfs] [PATCH] rpm: generalize openSUSE support

2018-10-02 Thread Richard W.M. Jones
On Tue, Oct 02, 2018 at 03:10:12PM +0200, Pino Toscano wrote: > It seems that all the newer versions of openSUSE have an 'opensuse-' > prefix in their distro ID; hence, check for that prefix at once, keeping > compatibility for the old "opensuse" ID. > > Followup of commit

Re: [Libguestfs] [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.

2018-10-02 Thread Brett Thurber
On Tue, Oct 2, 2018 at 9:15 AM Richard W.M. Jones wrote: > I wrote some code which can get this kind of information from the > Windows Registry: > > > > > dhcp > 10.0.2.2 > 10.0.2.15 > 0 > 0 > > > 1 >

[Libguestfs] [supermin PATCH] rpm: generalize openSUSE support

2018-10-02 Thread Pino Toscano
It seems that all the newer versions of openSUSE have an 'opensuse-' prefix in their distro ID; hence, check for that prefix at once, keeping compatibility for the old "opensuse" ID. Followup of commit 0668b2d64abef0724219480a3d7fc16b8dd1e68f. --- src/ph_rpm.ml| 3 ++-

Re: [Libguestfs] VM migration help required.

2018-10-02 Thread Arik Hadas
On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane wrote: > Hi Arik,Shahar, > (Adding libguestfs mailing-list) Hi Nitin, > I am looking to migrate VMs from Openstack Juno to Openstack Newton and > from VMWare to Openstack Newton. > > While doing google search I came across the link authored by you,

Re: [Libguestfs] [PATCH API PROPOSAL 0/2] inspection: Add network interfaces to inspection data.

2018-10-02 Thread Richard W.M. Jones
On Mon, Oct 01, 2018 at 07:00:17PM +0200, Pino Toscano wrote: > On Monday, 1 October 2018 13:28:26 CEST Richard W.M. Jones wrote: > > As part of the fix for: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1626503 > > > > I'm proposing to add two new APIs to fetch information about the list

Re: [Libguestfs] [supermin PATCH] rpm: generalize openSUSE support

2018-10-02 Thread Richard W.M. Jones
On Tue, Oct 02, 2018 at 11:00:38AM +0200, Pino Toscano wrote: > It seems that all the newer versions of openSUSE have an 'opensuse-' > prefix in their distro ID; hence, check for that prefix at once, keeping > compatibility for the old "opensuse" ID. > > Followup of commit

Re: [Libguestfs] VM migration help required.

2018-10-02 Thread Richard W.M. Jones
On Tue, Oct 02, 2018 at 12:27:54PM +0300, Arik Hadas wrote: > On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane > wrote: > > > Hi Arik,Shahar, > > > > (Adding libguestfs mailing-list) > > Hi Nitin, > > > > I am looking to migrate VMs from Openstack Juno to Openstack Newton and As Arik says, you

Re: [Libguestfs] VM migration help required.

2018-10-02 Thread Nitin Rane
Thank you guys for your response to a stranger. Can you provide some web link which will guide me for openstack Juno to openstack Newton migration. Get Outlook for Android From: Richard W.M. Jones Sent: Tuesday, 2 October, 3:58 PM Subject: Re: [Libguestfs] VM migration

Re: [Libguestfs] VM migration help required.

2018-10-02 Thread Roman Kagan
On Tue, Oct 02, 2018 at 11:27:50AM +0100, Richard W.M. Jones wrote: > On Tue, Oct 02, 2018 at 12:27:54PM +0300, Arik Hadas wrote: > > On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane > > > I am looking to migrate VMs from Openstack Juno to Openstack Newton and > > As Arik says, you should _not_ use

Re: [Libguestfs] [PATCH v2] lib: Use qemu-img info -U option to avoid locking error.

2018-10-02 Thread Richard W.M. Jones
This patch needs a bit more work as Pino outlined in his reply. 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,

Re: [Libguestfs] VM migration help required.

2018-10-02 Thread Richard W.M. Jones
On Tue, Oct 02, 2018 at 11:05:40AM +, Roman Kagan wrote: > On Tue, Oct 02, 2018 at 11:27:50AM +0100, Richard W.M. Jones wrote: > > On Tue, Oct 02, 2018 at 12:27:54PM +0300, Arik Hadas wrote: > > > On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane > > > > I am looking to migrate VMs from Openstack