Bug 1791786
Summary: | PVCs remain pending if storage-class annotation is used instead of storageClassName for LSO | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Michal Minar <miminar> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Liang Xia <lxia> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.z | CC: | aos-bugs, jsafrane, scuppett |
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Implementation of StorageClass.volumeBindingMode: WaitForFirstConsumer in Kubernetes scheduler did not evaluate beta storage class annotation on Pods.
Consequence:
Pods could not be scheduled.
Fix:
Kubernetes scheduler checks both volume.beta.kubernetes.io/storage-class and PVC.Spec.StorageClassName when evaluating a Pod and its PVCs.
Result:
Pods that use the beta annotation to refer to a StorageClass can be scheduled and will run.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-02-04 14:19:22 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
Michal Minar
2020-01-16 13:22:59 UTC
This bug has been fixed in OCP 4.3 and we do not backport "medium" severity fixes. |