rp- commented on PR #8802: URL: https://github.com/apache/cloudstack/pull/8802#issuecomment-2023145031
@DaanHoogland I found out today that commit 024f8d35a55cdcedc57c107b67f58a07fe260044 makes a problem with "Create template from snapshot" I do backup snapshot(to image store) in qcow2 format, but it seems CloudStack creates templates from snapshots then as RAW format and this fails later while trying to copy the template into primary storage and ultimately if you try to create an instance. But I couldn't yet find out, where CloudStack applies thew RAW format to the template instead of using the format from the snapshot. I know snapshots don't have a format stored, but shouldn't there be some way to convert from snapshot format to template format? or a way to modify the template format on the way? As this all happens on the secondary storage driver, I can't really easily intervene. -- 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]
