GutoVeronezi commented on pull request #5297: URL: https://github.com/apache/cloudstack/pull/5297#issuecomment-899537390
The feature `blockcommit` was introduced on Libvirt's version `1.2.9`, according to its docs. However some tags were introduced as a future work mark. The tag `delete` was really implemented only in version `6.0.0`, through the commit [qemu: block: enable the snapshot image deletion feature](https://gitlab.com/libvirt/libvirt/-/commit/7d484ede208f33817d3ed033f6bf27522fff5fb5). Therefore, for cases which operators cannot upgrade Libvirt (like in CentOS 7) to a version that supports this flag, we created a workaround, manually deleting the unused snapshot file. As soon as we have everybody using a version equal or higher than `6.0.0`, we can remove this workaround. -- 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]
