Bug 2029693 - patch pipeline--worker nodes unexpectedly reboot during scale out
Summary: patch pipeline--worker nodes unexpectedly reboot during scale out
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node Tuning Operator
Version: 4.10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.9.z
Assignee: Jiří Mencák
QA Contact: liqcui
URL:
Whiteboard:
Depends On: 2029371
Blocks: 2030353
TreeView+ depends on / blocked
 
Reported: 2021-12-07 04:16 UTC by OpenShift BugZilla Robot
Modified: 2022-01-04 18:41 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-04 18:41:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-node-tuning-operator pull 294 0 None open [release-4.9] Bug 2029693: controller: update MC after application by TuneD 2021-12-08 08:28:13 UTC
Red Hat Product Errata RHBA-2021:5214 0 None None None 2022-01-04 18:41:49 UTC

Comment 1 Jiří Mencák 2021-12-07 04:53:48 UTC
Upstream fix for 4.9: https://github.com/openshift/cluster-node-tuning-operator/pull/294

Comment 3 Jiří Mencák 2021-12-08 19:21:03 UTC
A note to QE, this should be fixed in 4.9.0-0.nightly-2021-12-08-170138+.
Successfully tested on 4.9.0-0.nightly-2021-12-08-170138.

Comment 4 liqcui 2021-12-10 04:43:58 UTC
[ocpadmin@ec2-18-217-45-133 nto]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-2021-12-09-104153   True        False         121m    Cluster version is 4.9.0-0.nightly-2021-12-09-104153
[ocpadmin@ec2-18-217-45-133 nto]$ oc label no $node1 ${nodeLabelRealtime}= --overwrite
error: at least one label update is required
[ocpadmin@ec2-18-217-45-133 nto]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-2021-12-09-104153   True        False         121m    Cluster version is 4.9.0-0.nightly-2021-12-09-104153
$ node1=liqcui-az491210-lzhg6-worker-centralus1-kkl2k
$ node2=liqcui-az491210-lzhg6-worker-centralus2-skbv2
cd cluster-node-tuning-operator/test/e2e/reboots
$ profileRealtime="../testing_manifests/stalld.yaml"
$ mcpRealtime="../../../examples/realtime-mcp.yaml"
$ nodeLabelRealtime="node-role.kubernetes.io/worker-rt"
$ oc label no $node1 ${nodeLabelRealtime}= --overwrite
node/liqcui-az491210-lzhg6-worker-centralus1-kkl2k labeled
$ oc label no $node2 ${nodeLabelRealtime}= --overwrite
node/liqcui-az491210-lzhg6-worker-centralus2-skbv2 labeled
$oc create -f $profileRealtime
tuned.tuned.openshift.io/openshift-realtime created
$ oc create -f $mcpRealtime
machineconfigpool.machineconfiguration.openshift.io/worker-rt create

$oc scale machineset/liqcui-az491210-lzhg6-worker-centralus1 --replicas=2 -n openshift-machine-api
machineset.machine.openshift.io/liqcui-az491210-lzhg6-worker-centralus1 scaled

No old node rebooted, only new worker node that labeled rebooted

Comment 7 errata-xmlrpc 2022-01-04 18:41:24 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 (OpenShift Container Platform 4.9.12 bug fix 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/RHBA-2021:5214


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