Re: [Libguestfs] make install of ocaml libs fails

2014-10-20 Thread Richard W.M. Jones
On Thu, Oct 16, 2014 at 11:09:08AM +0200, Olaf Hering wrote: Today I did it, for the very first time: Did not build a package. Just ran make install. Twice! ... ocamlfind install \ -ldconf ignore -destdir /usr/lib64/ocaml \ guestfs \ META *.so *.a *.cma *.cmi ./*.mli *.cmx *.cmxa

Re: [Libguestfs] Virt-v2v conversion issue

2014-10-20 Thread Richard W.M. Jones
On Sun, Oct 19, 2014 at 11:22:32PM +, VONDRA Alain wrote: Rich, This is not a question of capacity, the NFS share has more than 3 Tb free space, and my 9 virtual disks are 750Gb... By capacity, I meant the capacity to handle intensive write requests without falling over, which is what

Re: [Libguestfs] [PATCH] diff: do not pad uid/gid in CSV mode

2014-10-20 Thread Richard W.M. Jones
On Tue, Oct 14, 2014 at 11:10:22AM +0200, Pino Toscano wrote: --- diff/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff/diff.c b/diff/diff.c index f4b25e9..ad371b0 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -1108,7 +1108,7 @@ output_int64_uid (int64_t i)

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

2014-10-20 Thread Hu Tao
ping... On Wed, Oct 08, 2014 at 05:11:13PM +0800, Hu Tao wrote: 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