On Fri, Jul 10, 2020 at 02:17:17PM +0200, Kevin Wolf wrote: > QEMU 2.11 introduced the --shrink option for qemu-img resize to avoid > accidentally shrinking images (commit 4ffca8904a3). However, for > compatibility reasons, it was not enforced for raw images yet, but only > a deprecation warning was printed. This warning has existed for long > enough that we can now finally require --shrink for raw images, too, and > error out if it's not given.
Libvirt has used the --shrink flag since Aug 2018, so this is safe from our POV. > Documentation already describes the state as it is after this patch. > > Signed-off-by: Kevin Wolf <[email protected]> > --- > qemu-img.c | 17 +++-------------- > 1 file changed, 3 insertions(+), 14 deletions(-) Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
