Re: [Qemu-devel] [PATCH v8 1/4] qemu-img: add --shrink flag for resize

2017-09-18 Thread Max Reitz
On 2017-09-18 14:42, Pavel Butsykin wrote: > The flag is additional precaution against data loss. Perhaps in the future the > operation shrink without this flag will be blocked for all formats, but for > now > we need to maintain compatibility with raw. > > Signed-off-by: Pavel Butsykin > Review

[Qemu-devel] [PATCH v8 1/4] qemu-img: add --shrink flag for resize

2017-09-18 Thread Pavel Butsykin
The flag is additional precaution against data loss. Perhaps in the future the operation shrink without this flag will be blocked for all formats, but for now we need to maintain compatibility with raw. Signed-off-by: Pavel Butsykin Reviewed-by: Max Reitz Reviewed-by: John Snow --- qemu-img-cm