Files
ironic/releasenotes/notes/bug-disable-deep-image-inspection-bfd44bb8307dea1a.yaml
Doug Goldstein dca688bead fix: use the correct path to the image when deep image inspection is off
When deep image inspection is disabled, the incorrect path was used to
determine the image format of the file resulting in a no such file or
directory exception which bubbled up and made it appear as if the cache
was missing.

Change-Id: Ibaf1486da9510fdad479523159797815e783e5f6
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-11-25 09:50:35 -06:00

8 lines
286 B
YAML

---
fixes:
- |
When disable_deep_image_inspection = true, the code path uses the destination
filename as the source file name resulting in a failure. Due to the way the
code attempts to clean up, this error is swallowed and only caught later on
when the file is used.