ironic/releasenotes/notes/use-image-format-for-memory-check-25b1f06701ccdc47.yaml
maelk 16f5950f1b
Do not fail when raw image is larger than memory for http
When the image is larger than the memory and it is given as a URL,
it will now not fail if the image format is specified and is raw.

Story: 2007706
Task: 39829

Change-Id: I79dff2dc9d22580f7781324e22e1656c33c52a0b
2020-05-25 08:40:46 +03:00

7 lines
248 B
YAML

---
fixes:
- |
If the disk format of the image is provided in the instance_info, skip the
memory check if it is set to `raw` and raw image streaming is enabled. That
allows to stream raw images provided as URL and not through Glance.