ironic/releasenotes/notes/no-recalculate-653e524fd6160e72.yaml
Dmitry Tantsur f00da959ea Do not recalculate checksum if disk_format is not changed
Even if a glance image is raw, we still recalculate the checksum after
"converting" it to raw. This process may take exceptionally long.

Change-Id: Id93d518b8d2b8064ff901f1a0452abd825e366c0
2023-03-07 11:57:23 +01:00

6 lines
163 B
YAML

---
fixes:
- |
No longer re-calculates checksums for images that are already raw.
Previously, it would cause significant delays in deploying raw images.