The RHCOS 4.7 bootimage needs to be bumped to fix several BZs blocking this bug.
Setting blocker+ because of the total weight of the fixes. There's a regression fix for AWS in secondary partitions (e.g. GovCloud) and UPI disconnected environments, regression fixes for cri-o and for ECKD DASD installs, and a boot disk RAID refactor which is required for compatibility with current and future releases of FCCT.
Verified on . Boot image was bumped to rhcos-47-83-202101161239-0 $ oc -n openshift-machine-api get machinesets NAME DESIRED CURRENT READY AVAILABLE AGE ci-ln-54y0bd2-f76d1-lffmr-worker-b 1 1 1 1 29m ci-ln-54y0bd2-f76d1-lffmr-worker-c 1 1 1 1 29m ci-ln-54y0bd2-f76d1-lffmr-worker-d 1 1 1 1 29m $ oc -n openshift-machine-api get machinesets/ci-ln-54y0bd2-f76d1-lffmr-worker-b -o yaml apiVersion: machine.openshift.io/v1beta1 kind: MachineSet metadata: annotations: machine.openshift.io/memoryMb: "15360" machine.openshift.io/vCPU: "4" creationTimestamp: "2021-01-22T13:54:52Z" generation: 1 labels: machine.openshift.io/cluster-api-cluster: ci-ln-54y0bd2-f76d1-lffmr managedFields: - apiVersion: machine.openshift.io/v1beta1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:machine.openshift.io/cluster-api-cluster: {} f:spec: .: {} f:replicas: {} f:selector: .: {} f:matchLabels: .: {} f:machine.openshift.io/cluster-api-cluster: {} f:machine.openshift.io/cluster-api-machineset: {} f:template: .: {} f:metadata: .: {} f:labels: .: {} f:machine.openshift.io/cluster-api-cluster: {} f:machine.openshift.io/cluster-api-machine-role: {} f:machine.openshift.io/cluster-api-machine-type: {} f:machine.openshift.io/cluster-api-machineset: {} f:spec: .: {} f:metadata: {} f:providerSpec: .: {} f:value: .: {} f:apiVersion: {} f:canIPForward: {} f:credentialsSecret: {} f:deletionProtection: {} f:disks: {} f:kind: {} f:machineType: {} f:metadata: {} f:networkInterfaces: {} f:projectID: {} f:region: {} f:serviceAccounts: {} f:tags: {} f:userDataSecret: {} f:zone: {} f:status: .: {} f:fullyLabeledReplicas: {} f:observedGeneration: {} f:replicas: {} manager: cluster-bootstrap operation: Update time: "2021-01-22T13:54:52Z" - apiVersion: machine.openshift.io/v1beta1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:machine.openshift.io/memoryMb: {} f:machine.openshift.io/vCPU: {} manager: machine-controller-manager operation: Update time: "2021-01-22T14:01:48Z" - apiVersion: machine.openshift.io/v1beta1 fieldsType: FieldsV1 fieldsV1: f:status: f:availableReplicas: {} f:fullyLabeledReplicas: {} f:observedGeneration: {} f:readyReplicas: {} f:replicas: {} manager: machineset-controller operation: Update time: "2021-01-22T14:09:13Z" name: ci-ln-54y0bd2-f76d1-lffmr-worker-b namespace: openshift-machine-api resourceVersion: "20747" selfLink: /apis/machine.openshift.io/v1beta1/namespaces/openshift-machine-api/machinesets/ci-ln-54y0bd2-f76d1-lffmr-worker-b uid: c09ea791-4074-4a34-b42d-a3f83aa16fc2 spec: replicas: 1 selector: matchLabels: machine.openshift.io/cluster-api-cluster: ci-ln-54y0bd2-f76d1-lffmr machine.openshift.io/cluster-api-machineset: ci-ln-54y0bd2-f76d1-lffmr-worker-b template: metadata: labels: machine.openshift.io/cluster-api-cluster: ci-ln-54y0bd2-f76d1-lffmr machine.openshift.io/cluster-api-machine-role: worker machine.openshift.io/cluster-api-machine-type: worker machine.openshift.io/cluster-api-machineset: ci-ln-54y0bd2-f76d1-lffmr-worker-b spec: metadata: {} providerSpec: value: apiVersion: gcpprovider.openshift.io/v1beta1 canIPForward: false credentialsSecret: name: gcp-cloud-credentials deletionProtection: false disks: - autoDelete: true boot: true image: projects/rhcos-cloud/global/images/rhcos-47-83-202101161239-0-gcp-x86-64 labels: null sizeGb: 128 type: pd-ssd kind: GCPMachineProviderSpec machineType: n1-standard-4 metadata: creationTimestamp: null networkInterfaces: - network: ci-ln-54y0bd2-f76d1-lffmr-network subnetwork: ci-ln-54y0bd2-f76d1-lffmr-worker-subnet projectID: openshift-gce-devel-ci region: us-east1 serviceAccounts: - email: ci-ln-54y0bd2-f76d1-lffmr-w.gserviceaccount.com scopes: - https://www.googleapis.com/auth/cloud-platform tags: - ci-ln-54y0bd2-f76d1-lffmr-worker userDataSecret: name: worker-user-data zone: us-east1-b status: availableReplicas: 1 fullyLabeledReplicas: 1 observedGeneration: 1 readyReplicas: 1 replicas: 1
Verified on 4.7.0-0.nightly-2021-01-22-104107 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.7.0-0.nightly-2021-01-22-104107 True False 7m25s Cluster version is 4.7.0-0.nightly-2021-01-22-104107
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.7.0 security, bug fix, and enhancement 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-2020:5633