Bug 1940876
Summary: | Components in ovirt components lack resource requests | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Petr Muller <pmuller> |
Component: | Storage | Assignee: | Benny Zlotnik <bzlotnik> |
Storage sub component: | oVirt CSI Driver | QA Contact: | Michael Burman <mburman> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | aos-bugs, bzlotnik, gzaidman, mburman, scuppett |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 22:54:33 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
Petr Muller
2021-03-19 13:11:03 UTC
How to test: 1. Install an Openshift cluster 2. check that all the pods under the CSI deployment have resources.requests section: oc -n openshift-cluster-csi-drivers get pods you will get 3 pods: - ovirt-csi-driver-controller - ovirt-csi-driver-node - ovirt-csi-driver-operator For each of does pods check that there is a resources.requests for each container: - oc -n openshift-cluster-csi-drivers describe pod ovirt-csi-driver-controller - oc -n openshift-cluster-csi-drivers describe pod ovirt-csi-driver-node - oc -n openshift-cluster-csi-drivers describe pod ovirt-csi-driver-operator Verified on - 4.8.0-0.nightly-2021-06-03-014152 with rhvm-4.4.6.8-0.1.el8ev.noarch f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} resources: requests: cpu: 10m memory: 50Mi 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.8.2 bug fix and security 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-2021:2438 |