slavkap commented on issue #12297: URL: https://github.com/apache/cloudstack/issues/12297#issuecomment-3670803762
@OlegChuev, according to the code before the mentioned PR change, shrinking QCOW2 volumes is not supported. Before my changes there is a check if the volume is QCOW2 `if (volume != null && ImageFormat.QCOW2.equals(volume.getFormat()) && !Volume.State.Allocated.equals(volume.getState())) ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
