Bug 2232582
| Summary: | CSI pods and customer workloads both have 'priority=0' and race for resources | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Florian Bergmann <fbergman> |
| Component: | odf-managed-service | Assignee: | Ohad <omitrani> |
| Status: | CLOSED WONTFIX | QA Contact: | Neha Berry <nberry> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11 | CC: | apahim, ndevos, odf-bz-bot |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-07-11 10:23:21 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
Florian Bergmann
2023-08-17 13:21:15 UTC
To prevent any confusion, on a non-managed ODF-4.14 deployment priority-classes are already used:
$ oc -n openshift-storage get daemonset/csi-rbdplugin -o yaml | grep priority
priorityClassName: system-node-critical
$ oc -n openshift-storage get deployment/csi-rbdplugin-provisioner -o yaml | grep priority
priorityClassName: system-cluster-critical
This BZ is really for odf-managed-service only.
ODF-4.14 seems to be the 1st version that uses priority-classes, see bug #2232464 The ODF Managed service product got canceled and is now considered obsolete |