-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.10 upgrade blockers #1168
Comments
I'm doing some testing over in openshift/okd-machine-os#328 We're possibly hitting https://bugzilla.redhat.com/show_bug.cgi?id=2058030 |
I can reproduce this update issue on AWS. After an update to any nightly the first master and worker are broken network wise. Neither can be sshed into nor pinged while the others are still fine. Unfortunately, without being able to get into the broken servers, debugging is difficult at best. Note that a new cluster with the same nightly installs fine. I have not done a nightly to nightly upgrade... Here is my confusion. If you look at the release notes, there has not been an update to MCO since the 2022-03-07 OKD release. |
I found the issue:
During the upgrade the file ownership in /etc/openvswitch is changed to the following:
it should be:
Changing the file ownership and rebooting resolves the issue. So the question is where is this being changed??? edit: actually need to also change the group ownership to |
Reopening to track when this lands in stable channel, the fix went in https://amd64.origin.releases.ci.openshift.org/releasestream/4.10.0-0.okd/release/4.10.0-0.okd-2022-04-05-104439 |
I think #1182 is a blocker too, at least for vSphere IPI. Unless you know the workaround, bootstrap never finishes. |
All blockers were resolved, new 4.10 version is released |
Upgrade from 4.10.0-0.okd-2022-03-07-131213 to latest nightly gets stuck on AWS/GCP due to broken networking.
FCOS tracking bug - coreos/fedora-coreos-tracker#1136
The text was updated successfully, but these errors were encountered: