Bug 1986739
| Summary: | inspect on the tuning cluster operator does not gather all tuned CRs | ||
|---|---|---|---|
| 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: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.7 | CC: | aos-bugs, dagray, rhowe, skordas |
| Target Milestone: | --- | ||
| Target Release: | 4.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1986576 | Environment: | |
| Last Closed: | 2021-08-17 12:12:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1986576 | ||
| Bug Blocks: | 1990629 | ||
|
Description
Jiří Mencák
2021-07-28 09:00:01 UTC
$ oc get tuned
NAME AGE
default 149m
master-custom 59s
rendered 149m
$ oc adm inspect co/node-tuning
Gathering data for ns/openshift-cluster-node-tuning-operator...
Wrote inspect data to inspect.local.506920476195171571.
$ cat inspect.local.506920476195171571/namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/tuneds/master-custom.yaml
---
apiVersion: tuned.openshift.io/v1
kind: Tuned
metadata:
creationTimestamp: "2021-08-10T17:15:06Z"
generation: 1
name: master-custom
namespace: openshift-cluster-node-tuning-operator
resourceVersion: "69937"
selfLink: /apis/tuned.openshift.io/v1/namespaces/openshift-cluster-node-tuning-operator/tuneds/master-custom
uid: b52d0f92-d705-400a-b436-7a73faa6ca97
spec:
profile:
- data: |
[main]
summary=A custom OpenShift IPS host profile
include=openshift-control-plane
[sysctl]
net.core.somaxconn = 10240
net.core.netdev_max_backlog = 10000
net.ipv4.tcp_max_syn_backlog = 20480
name: master-custom
recommend:
- match:
- label: node-role.kubernetes.io/master
priority: 10
profile: master-custom
$ oc adm must-gather
[must-gather ] OUT Using must-gather plug-in image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:040f48c020420ff93b227216469f6c2971cf10fac2b0b52ea9853e88ec1964a6
[...]
$ cat must-gather.local.100876708693425642/quay-io-openshift-release-dev-ocp-v4-0-art-dev-sha256-040f48c020420ff93b227216469f6c2971cf10fac2b0b52ea9853e88ec1964a6/namespaces/openshift-cluster-node-tuning-operator/tuned.openshift.io/tuneds/master-custom.yaml
---
apiVersion: tuned.openshift.io/v1
kind: Tuned
metadata:
creationTimestamp: "2021-08-10T17:15:06Z"
generation: 1
managedFields:
- apiVersion: tuned.openshift.io/v1
fieldsType: FieldsV1
fieldsV1:
f:spec:
.: {}
f:profile: {}
f:recommend: {}
manager: kubectl-create
operation: Update
time: "2021-08-10T17:15:06Z"
name: master-custom
namespace: openshift-cluster-node-tuning-operator
resourceVersion: "69937"
selfLink: /apis/tuned.openshift.io/v1/namespaces/openshift-cluster-node-tuning-operator/tuneds/master-custom
uid: b52d0f92-d705-400a-b436-7a73faa6ca97
spec:
profile:
- data: |
[main]
summary=A custom OpenShift IPS host profile
include=openshift-control-plane
[sysctl]
net.core.somaxconn = 10240
net.core.netdev_max_backlog = 10000
net.ipv4.tcp_max_syn_backlog = 20480
name: master-custom
recommend:
- match:
- label: node-role.kubernetes.io/master
priority: 10
profile: master-custom
$ oc get clusterversions.config.openshift.io
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.7.0-0.nightly-2021-08-06-180629 True False 135m Cluster version is 4.7.0-0.nightly-2021-08-06-180629
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.7.24 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:3032 |