From 0e3e7a330adce626f877cc48468baddea6117e61 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Wed, 1 Jul 2026 11:56:02 +1200 Subject: [PATCH] NO-ISSUE: Remove workaround for boot image version mismatch Now that boot image versions match node image versions again, we can remove this workaround that was required for ssh when the former was using RHCOS 9.6 and the latter RHCOS 9.8 (OCPBUGS-81470). --- data/data/bootstrap/files/usr/local/bin/node-image-overlay.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/data/bootstrap/files/usr/local/bin/node-image-overlay.sh b/data/data/bootstrap/files/usr/local/bin/node-image-overlay.sh index 7cbff93b23b..834ab1c2032 100755 --- a/data/data/bootstrap/files/usr/local/bin/node-image-overlay.sh +++ b/data/data/bootstrap/files/usr/local/bin/node-image-overlay.sh @@ -19,6 +19,3 @@ rsync -a --exclude crypto-policies "${ostree_checkout}/usr/etc/" /etc # reload the new policy echo "Reloading SELinux policy" semodule -R - -# handle upgrade of sshd between RHEL 9.6 and 9.8 -systemctl --no-block try-restart sshd.service