Bug 1796633
Summary: | Node Tuning Operator does not ship with realtime profile | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jiří Mencák <jmencak> |
Component: | Node Tuning Operator | Assignee: | Jiří Mencák <jmencak> |
Status: | CLOSED ERRATA | QA Contact: | Simon <skordas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4 | CC: | sejug |
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-04 11:28:24 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
2020-01-30 19:47:02 UTC
Fixed in 4.4.0-0.nightly-2020-02-07-030907 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version False True 67m Unable to apply 4.4.0-0.nightly-2020-02-07-030907: the cluster operator monitoring has not yet successfully rolled out $ oc project openshift-cluster-node-tuning-operator Already on project "openshift-cluster-node-tuning-operator" on server "https://api.jm20200207.perf-testing.devcluster.openshift.com:6443". $ oc get pods NAME READY STATUS RESTARTS AGE cluster-node-tuning-operator-959d6b6-2zc5w 1/1 Running 0 67m tuned-5qk4n 1/1 Running 0 57m tuned-l9c8f 1/1 Running 0 49m tuned-mcks2 1/1 Running 0 49m tuned-qt2cf 1/1 Running 0 57m tuned-xrrqr 1/1 Running 0 57m $ oc rsh tuned-5qk4n sh-4.2# ls /usr/lib/tuned/realtime/ script.sh tuned.conf sh-4.2# Retest positive! oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.4.0-0.nightly-2020-02-16-221315 True False 22h Cluster version is 4.4.0-0.nightly-2020-02-16-221315 oc get pods -n openshift-cluster-node-tuning-operator NAME READY STATUS RESTARTS AGE cluster-node-tuning-operator-7cf845967c-vt4sn 1/1 Running 0 23h tuned-4h55x 1/1 Running 0 22h tuned-l42bm 1/1 Running 0 23h tuned-nrzzg 1/1 Running 0 22h tuned-qzldl 1/1 Running 0 23h tuned-rl8fj 1/1 Running 0 23h tuned-xhgxv 1/1 Running 0 22h oc -n openshift-cluster-node-tuning-operator rsh tuned-4h55x sh-4.2# ls /usr/lib/tuned/realtime/ script.sh tuned.conf 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, 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-2020:0581 |