Re: [Libguestfs] [hivex][PATCH 2/8] generator: Add new return type to ABI: RLenValue

2011-12-05 Thread Richard W.M. Jones
On Sun, Dec 04, 2011 at 04:45:27PM -0800, Alex Nelson wrote: On Oct 20, 2011, at 04:46 , Richard W.M. Jones wrote: On Thu, Oct 20, 2011 at 12:37:54PM +0100, Richard W.M. Jones wrote: of the tests could have picked up this type of bug. I think the tests (all of them) need to be changed

Re: [Libguestfs] [PATCH] blkid: split the RHEL5 which can't support some options

2011-12-05 Thread Richard W.M. Jones
On Mon, Dec 05, 2011 at 02:22:43PM +0800, Wanlong Gao wrote: RHEL5 shoult not support '-p', '-i' and '-o export' options. But we just split it according to the '-p' option. Signed-off-by: Wanlong Gao gaowanl...@cn.fujitsu.com --- daemon/blkid.c | 80

[Libguestfs] [PATCH] TODO: remove the implemented command blkid

2011-12-05 Thread Wanlong Gao
Remove the implemented command blkid from TODO lists. Signed-off-by: Wanlong Gao gaowanl...@cn.fujitsu.com --- TODO |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 15660cc..3adb740 100644 --- a/TODO +++ b/TODO @@ -94,7 +94,6 @@ Ideas for extra commands

Re: [Libguestfs] [PATCH] mdadm: fix a possible memory leak when error

2011-12-05 Thread Richard W.M. Jones
On Mon, Dec 05, 2011 at 02:30:35PM +0800, Wanlong Gao wrote: When add_string() error, it returned without free the *ret*. Signed-off-by: Wanlong Gao gaowanl...@cn.fujitsu.com --- daemon/md.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/md.c

Re: [Libguestfs] Problem to convert ESX guest into the KVM

2011-12-05 Thread Matthew Booth
On 12/04/2011 08:02 AM, Berezovski, Vladimir wrote: Hi , I attached log files on the problem posted here : https://access.redhat.com/discussion/problem-convert-esx-guest-kvm Host server: OS level rhel 6.1 2.6.32-214.el6.x86_64 virt-v2v-0.8.3-5.el6.x86_64 libvirt-0.9.4-21.el6.x86_64

[Libguestfs] [PATCH v2] blkid: split the RHEL5 which can't support some options

2011-12-05 Thread Wanlong Gao
RHEL5 shoult not support '-p', '-i' and '-o export' options. But we just split it according to the '-p' option. Signed-off-by: Wanlong Gao gaowanl...@cn.fujitsu.com --- daemon/blkid.c | 80 +++- 1 files changed, 73 insertions(+), 7

Re: [Libguestfs] Problem to convert ESX guest into the KVM

2011-12-05 Thread Richard W.M. Jones
On Mon, Dec 05, 2011 at 09:49:19AM +, Matthew Booth wrote: As for ESX 5.x, we now know we need to pull in support for that to libvirt. For completeness, here is that BZ: https://bugzilla.redhat.com/show_bug.cgi?id=758231 Component: libvirt - Add support for ESXi 5 Rich. -- Richard Jones,

Re: [Libguestfs] P2Vs seem to require a very robust Ethernet

2011-12-05 Thread Greg Scott
Very strange behavior. Fredy killed the P2V at the source server console about 3 hours ago. After roughly 67 hours, the bar graph on the console was at 60 percent. I just checked and noticed virt-p2v-server was still running on the conversion server. So I did an strace in a different window.