Bug 1981999 - [4.9] Bootimage bump tracker
Summary: [4.9] Bootimage bump tracker
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RHCOS
Version: 4.9
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.9.0
Assignee: Micah Abbott
QA Contact: Michael Nguyen
URL:
Whiteboard:
: 2004599 (view as bug list)
Depends On: 1999133 2004596 2005108
Blocks: 1967483 1974411 1980679 1982001 1999577 2002374 2004605 2004676 2006962 2006965
TreeView+ depends on / blocked
 
Reported: 2021-07-13 23:17 UTC by Benjamin Gilbert
Modified: 2021-10-18 17:53 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1970179
Environment:
Last Closed: 2021-10-18 17:39:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift installer pull 5231 0 None open Bug 1981999: bump RHCOS boot images for 4.9 2021-09-22 18:21:38 UTC
Red Hat Product Errata RHSA-2021:3759 0 None None None 2021-10-18 17:53:09 UTC

Description Benjamin Gilbert 2021-07-13 23:17:45 UTC
Tracker bug for bootimage bump in 4.9.  This issue should block issues which need a bootimage bump to fix.

The previous bump was bug 1970179.

Comment 3 Michael Nguyen 2021-08-30 17:02:49 UTC
$ oc get clusterversion
oNAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-2021-08-30-070917   True        False         32m     Cluster version is 4.9.0-0.nightly-2021-08-30-070917
$ oc -n openshift-machine-api get machinesets
NAME                                   DESIRED   CURRENT   READY   AVAILABLE   AGE
mnguyen49bib-5ftr7-worker-us-west-2a   1         1         1       1           56m
mnguyen49bib-5ftr7-worker-us-west-2b   1         1         1       1           56m
mnguyen49bib-5ftr7-worker-us-west-2c   1         1         1       1           56m
mnguyen49bib-5ftr7-worker-us-west-2d   0         0                             56m
$ oc -n openshift-machine-api get machinesets/mnguyen49bib-5ftr7-worker-us-west-2a -o yaml | grep ami
                f:ami: {}
          ami:
            id: ami-0228531eacc8ad7e9

Comment 4 Benjamin Gilbert 2021-09-02 16:33:44 UTC
This bump is being reverted in https://github.com/openshift/installer/pull/5180.  Moving back to ASSIGNED.

Comment 5 Micah Abbott 2021-09-13 15:16:49 UTC
Since the original PR was reverted in https://github.com/openshift/installer/pull/5180 because of problems that the use of `cri-o` 1.22 introduced on the bootstrap node, we are unable to proceed with another boot image bump for 4.9 until the underlying issue is resolved.

The current belief is that https://bugzilla.redhat.com/show_bug.cgi?id=1999133 is the root cause and once that is resolved, we can proceed with the boot image bump.

Comment 6 Micah Abbott 2021-09-15 18:51:13 UTC
Marking this as a late blocker because of the following reasons:

  - current boot image being used in OCP 4.9 includes cri-o 1.21 and we want to start from 1.22
  - can't use 1.22 until 1999133 is fixed
  - the boot image is also required for proper delivery of the other RHCOS blocker+ https://bugzilla.redhat.com/show_bug.cgi?id=1999577
  - the current PR to `openshift/installer` is using a much older version of RHCOS on the s390x platform and is out of sync with the other arches

We probably should have set this flag earlier when we understood the situation with the kubelet in 1999133 or when we identified the other RHCOS blocker in 1999577

This is more explicit about the need for this boot image bump for delivering fixes.


As there is already a PR for the boot image bump to `openshift/installer`, it will be updated with newer versions of RHCOS once the kubelet BZ is fixed.

Comment 8 Benjamin Gilbert 2021-09-21 23:23:20 UTC
*** Bug 2004599 has been marked as a duplicate of this bug. ***

Comment 9 Benjamin Gilbert 2021-09-22 18:24:24 UTC
For clarity, the late addition of bug 2006962 is correct; that bug was fixed by code already in the bootimage bump.

Comment 13 Michael Nguyen 2021-09-24 13:41:18 UTC
Verified on 4.9.0-0.nightly-2021-09-23-142241 

$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-2021-09-23-142241   True        False         7m35s   Cluster version is 4.9.0-0.nightly-2021-09-23-142241
$ oc -n openshift-machine-api get machinesets
NAME                                 DESIRED   CURRENT   READY   AVAILABLE   AGE
ci-ln-n3bifxb-f76d1-7hgb7-worker-a   1         1         1       1           35m
ci-ln-n3bifxb-f76d1-7hgb7-worker-b   1         1         1       1           35m
ci-ln-n3bifxb-f76d1-7hgb7-worker-c   1         1         1       1           35m
ci-ln-n3bifxb-f76d1-7hgb7-worker-f   0         0                             35m
$ oc -n openshift-machine-api get machinesets/ci-ln-n3bifxb-f76d1-7hgb7-worker-a -o yaml | grep image
            image: projects/rhcos-cloud/global/images/rhcos-49-84-202109172039-0-gcp-x86-64

matches boot image PR:

   "gcp": {
        "image": "rhcos-49-84-202109172039-0-gcp-x86-64",
        "project": "rhcos-cloud",
        "url": "https://storage.googleapis.com/rhcos/rhcos/rhcos-49-84-202109172039-0-gcp-x86-64.tar.gz"
    },

Comment 15 errata-xmlrpc 2021-10-18 17:39:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:3759

Comment 16 errata-xmlrpc 2021-10-18 17:52:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:3759


Note You need to log in before you can comment on or make changes to this bug.