Re: [libvirt] [PATCH] storage: Add --shrink to qemu-img command when shrinking vol

2018-08-24 Thread Daniel P . Berrangé
On Fri, Aug 17, 2018 at 04:01:32PM -0400, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1613746 > > When shrinking the capacity of a qcow2 or luks volume using > the qemu-img program, the --shrink qualifier must be added. > > Signed-off-by: John Ferlan > --- >

[libvirt] [PATCH] storage: Add --shrink to qemu-img command when shrinking vol

2018-08-17 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1613746 When shrinking the capacity of a qcow2 or luks volume using the qemu-img program, the --shrink qualifier must be added. Signed-off-by: John Ferlan --- src/storage/storage_util.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)