Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions

2014-09-23 Thread Richard W.M. Jones
On Tue, Sep 23, 2014 at 01:37:10PM +0800, Hu Tao wrote: On Mon, Sep 22, 2014 at 04:58:44PM +0100, Richard W.M. Jones wrote: I'm going to have to test the heck out of patch 07 to really understand what it is doing and whether it works. Our current virt-resize test suite isn't really up

Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions

2014-09-23 Thread Hu Tao
On Tue, Sep 23, 2014 at 08:39:33AM +0100, Richard W.M. Jones wrote: On Tue, Sep 23, 2014 at 01:37:10PM +0800, Hu Tao wrote: On Mon, Sep 22, 2014 at 04:58:44PM +0100, Richard W.M. Jones wrote: I'm going to have to test the heck out of patch 07 to really understand what it is doing and

[Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions

2014-09-22 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- resize/resize.ml | 82 +--- 1 file changed, 72 insertions(+), 10 deletions(-) diff --git a/resize/resize.ml b/resize/resize.ml index 3f804a0..ea0be9e 100644 --- a/resize/resize.ml +++

Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions

2014-09-22 Thread Richard W.M. Jones
I'm going to have to test the heck out of patch 07 to really understand what it is doing and whether it works. Our current virt-resize test suite isn't really up to the job. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and

Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions

2014-09-22 Thread Hu Tao
On Mon, Sep 22, 2014 at 04:58:44PM +0100, Richard W.M. Jones wrote: I'm going to have to test the heck out of patch 07 to really understand what it is doing and whether it works. Our current virt-resize test suite isn't really up to the job. Is the virt-resize test suite public available?