Bug 1628730
Summary: | [free-stg] timeout during upgrade "openshift_manage_node : Wait for sync DS to set annotations on all nodes" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> |
Component: | Cluster Version Operator | Assignee: | Vadim Rutkovsky <vrutkovs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | liujia <jiajliu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.11.0 | CC: | aos-bugs, jiajliu, jokerman, mmccomas, sgaikwad, wmeng, wsun |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | 3.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: during the minor upgrade sync daemonset was not updated first
Consequence: upgrade failed as node annotations were not set
Fix: sync daemonset is upgraded before the node upgrade
Result: upgrade succeeds
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-12-21 15:23:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Justin Pierce
2018-09-13 19:56:18 UTC
I ran into this as well during a 3.10 to 3.11 upgrade I was testing today for other bugs. I suspect the updated daemonset isn't rolled out ahead of waiting for nodes to show annotations. Hit it on v3.11.4 Created PR to release-3.11 https://github.com/openshift/openshift-ansible/pull/10077 The PR 10077 has been merged to openshift-ansible-3.11.7-1 Verified on openshift-ansible-3.11.7-1.git.0.911481d.el7_5.noarch *** Bug 1633530 has been marked as a duplicate of this bug. *** Closing bugs that were verified and targeted for GA but for some reason were not picked up by errata. This bug fix should be present in current 3.11 release content. |