Files
ironic/releasenotes/notes/fix-cache-hardlink-66a8b2302abde76d.yaml
Riccardo Pittau 685dbeb356 Fix cache image hard link between different file systems
When caching an image between different file systems, the hard link
operation would fail. This is fixed by falling back to a copy
operation.

Assisted-By: claude-4-sonnet
Change-Id: Id1eced2e0a30044b0da7dd5f4f2dedc50a5297b6
Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
2025-09-24 17:30:50 +02:00

7 lines
170 B
YAML

---
fixes:
- |
When caching an image between different file systems, the hard link
operation would fail. This is fixed by falling back to a copy
operation.