Bug 1924081

Summary: NTO should ship the latest Tuned daemon release 2.15
Product: OpenShift Container Platform Reporter: Jiří Mencák <jmencak>
Component: Node Tuning OperatorAssignee: Jiří Mencák <jmencak>
Status: CLOSED ERRATA QA Contact: Simon <skordas>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.7CC: sejug
Target Milestone: ---   
Target Release: 4.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-24 15:57:48 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 Jiří Mencák 2021-02-02 14:50:53 UTC
Description of problem:
NTO 4.7 currently ships Tuned daemon version 23dcbd7 (2020-11-14).  Since then Tuned 2.15.0 has been officially released.

Steps to Reproduce:
1. inside a tuned pod run tuned --version

Actual results:
tuned 2.14.0

Expected results:
tuned 2.15.0

Additional info:
https://github.com/openshift/cluster-node-tuning-operator/pull/200

Comment 2 Simon 2021-02-04 19:46:40 UTC
oc project openshift-cluster-node-tuning-operator 
Now using project "openshift-cluster-node-tuning-operator" on server "https://api.skordas0204.qe.gcp.devcluster.openshift.com:6443".

oc get pods
NAME                                           READY   STATUS    RESTARTS   AGE
cluster-node-tuning-operator-696f98b64-vwhmj   1/1     Running   0          64m
tuned-6899v                                    1/1     Running   0          88m
tuned-6g8q5                                    1/1     Running   0          83m
tuned-6mvbd                                    1/1     Running   0          83m
tuned-6qg6c                                    1/1     Running   0          88m
tuned-pbkzf                                    1/1     Running   0          88m
tuned-zwlfs                                    1/1     Running   0          81m

for pod in $(oc get pods --no-headers | grep tuned | cut -f 1 -d ' '); do echo $pod; oc rsh $pod tuned --version; done
tuned-6899v
tuned 2.15.0
tuned-6g8q5
tuned 2.15.0
tuned-6mvbd
tuned 2.15.0
tuned-6qg6c
tuned 2.15.0
tuned-pbkzf
tuned 2.15.0
tuned-zwlfs
tuned 2.15.0

oc get clusterversions.config.openshift.io 
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.7.0-0.nightly-2021-02-04-132953   True        False         71m     Cluster version is 4.7.0-0.nightly-2021-02-04-132953

Comment 5 errata-xmlrpc 2021-02-24 15:57:48 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.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