Richard W.M. Jones
2014-Sep-22 15:58 UTC
Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions
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 virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Hu Tao
2014-Sep-23 05:37 UTC
Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions
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? Maybe I can contrib patches to it. Regards, Hu> > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > virt-p2v converts physical machines to virtual machines. Boot with a > live CD or over the network (PXE) and turn machines into KVM guests. > http://libguestfs.org/virt-v2v
Richard W.M. Jones
2014-Sep-23 07:39 UTC
Re: [Libguestfs] [PATCH v3 7/7] resize: add support to resize logical partitions
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 to the job. > > Is the virt-resize test suite public available? Maybe I can contrib > patches to it.The only tests we run on virt-resize are the ones in the resize/ subdirectory of libguestfs git. See TESTS = in resize/Makefile.am. 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, bindings from many languages. http://libguestfs.org
Reasonably Related Threads
- Re: [PATCH v3 7/7] resize: add support to resize logical partitions
- Re: [PATCH v3 7/7] resize: add support to resize logical partitions
- [PATCH v3 0/7] add support to resize MBR logical partitions
- [PATCH v3 7/7] resize: add support to resize logical partitions
- [PATCH V5 4/4] resize: test: add support for resizing extended and logical partitions