[Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread VONDRA Alain
Hi, I meet an amazing issue, when I convert a raw file to the oVirt environment using virt-v2v. All seems to work fine, my VM is composed of 9 disks, the processes finishes without any trouble, the files are well present in the right import volume, but only the first system disk appear un my

[Libguestfs] [PATCH V5 0/4] virt-resize: add support for resizing logical

2014-10-08 Thread Hu Tao
Hi Rich, This is v5 series to add support for resizing MBR logical partitions. please review. Thanks! changes to v4: 1. add support to resize extended partition (--resize or --expand extended partition) 2. fix the problem of deficit of 512 bytes when expanding a logical partition

[Libguestfs] [PATCH V5 4/4] resize: test: add support for resizing extended and logical partitions

2014-10-08 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- resize/test-virt-resize.pl | 32 +--- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/resize/test-virt-resize.pl b/resize/test-virt-resize.pl index a40f86c..544f274 100755 --- a/resize/test-virt-resize.pl

[Libguestfs] [PATCH V5 2/4] resize: add support to resize logical partitions

2014-10-08 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- resize/resize.ml | 84 +--- 1 file changed, 74 insertions(+), 10 deletions(-) diff --git a/resize/resize.ml b/resize/resize.ml index cc76aa0..fc622ba 100644 --- a/resize/resize.ml +++

[Libguestfs] [PATCH V5 3/4] resize: support resize extended partition

2014-10-08 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- resize/resize.ml | 45 +++-- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/resize/resize.ml b/resize/resize.ml index fc622ba..80a37e2 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread Richard W.M. Jones
On Wed, Oct 08, 2014 at 08:11:16AM +, VONDRA Alain wrote: Hi, I meet an amazing issue, when I convert a raw file to the oVirt environment using virt-v2v. All seems to work fine, my VM is composed of 9 disks, the processes finishes without any trouble, the files are well present in the

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread Tingting Zheng
I've tried this issue and could reproduce this issue: 1.Convert a guest with 2 disks to rhev. # virt-v2v -ic xen+ssh://10.66.106.64 -o rhev -os 10.66.90.115:/vol/v2v_auto/auto_export rhel6.6-i386-hvm -on 2disk-test -of qcow2 [ 0.0] Opening the source -i libvirt -ic xen+ssh://10.66.106.64

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread Richard W.M. Jones
Thanks Tingting. I have filed a bug to track this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1150475 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread Richard W.M. Jones
Please try 1.27.60, available in the repository by tomorrow. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-08 Thread VONDRA Alain
Ok Thanks Richard, I'll try it ! Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -Message d'origine- De : Richard W.M. Jones