Bug 1947360 - [vSphere csi driver operator] operator pod runs as “BestEffort” qosClass
Summary: [vSphere csi driver operator] operator pod runs as “BestEffort” qosClass
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.8.0
Assignee: Fabio Bertinatto
QA Contact: Wei Duan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-08 09:55 UTC by Wei Duan
Modified: 2021-07-27 22:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 22:57:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-storage-operator pull 157 0 None open Bug 1947360: vSphere: set CPU/memory resource request 2021-04-13 11:00:22 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 22:58:16 UTC

Description Wei Duan 2021-04-08 09:55:25 UTC
Description of problem:
The vmware-vsphere-csi-driver-operator pod does not define the resource requests for cpu/memory,and runs as BestEffort qosClass.

Version-Release number of selected component (if applicable):
4.8.0-0.nightly-2021-04-05-174735

Steps to Reproduce:
1. Install vSphere cluster
2. Enable the TechPreviewNoUpgrade featureset
3. Check the vSphere csi driver operator pod
$ oc -n openshift-cluster-csi-drivers get pod vmware-vsphere-csi-driver-operator-554d6dd6bb-vv5h7 -o json | jq .status.qosClass
"BestEffort"

Actual results:
The vmware-vsphere-csi-driver-operator pod runs as BestEffort qosClass

Expected results:
We need to define the resource requests for cpu/memory for vmware-vsphere-csi-driver-operator pod.

Comment 2 Wei Duan 2021-04-19 03:16:13 UTC
Verified pass on 4.8.0-0.nightly-2021-04-18-101412.

$ oc -n openshift-cluster-csi-drivers get pod -o json | jq -r '.items[].status.qosClass' 
Burstable
Burstable
Burstable
Burstable
Burstable
Burstable
Burstable

Comment 5 errata-xmlrpc 2021-07-27 22:57:59 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.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


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