You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MGMT-24427: Validate boot artifacts in ISO after download (#854)
After downloading an ISO during Populate(), validate that expected boot
artifacts (rootfs.img, vmlinuz) exist inside the ISO and are above
minimum size thresholds. This extends the existing post-download
validation (validateISOID) with boot artifact integrity checks.
On failure, the ISO is removed and startup is blocked — same behavior
as the existing volume ID validation. This catches cases where an ISO
is internally corrupt, has a different layout, or was corrupted after
download.
Note: This does not fix OCPBUGS-86067 directly (which was a
network-side truncation). This adds server-side defense-in-depth for
ISO integrity.
Assisted-by: Claude (claude.ai/code)
Signed-off-by: Abhijeet Sadawarte <asadawar@redhat.com>
0 commit comments