Bug 1700120
Summary: | e2e test [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] is failing on UPI metal based installations | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Abhinav Dahiya <adahiya> |
Component: | Storage | Assignee: | Bradley Childs <bchilds> |
Status: | CLOSED DUPLICATE | QA Contact: | Liang Xia <lxia> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | aos-bugs, aos-storage-staff, jokerman, jsafrane, mmccomas, tnozicka |
Target Milestone: | --- | ||
Target Release: | 4.1.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: | 2019-04-16 13:50:55 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
Abhinav Dahiya
2019-04-15 22:16:21 UTC
The culprint seems to be: Warning FailedScheduling 4m (x41 over 10m) default-scheduler pod has unbound immediate PersistentVolumeClaims (repeated 3 times) That suggests this is a scheduler or storage issue. Sounds like storage, in a very quick look this might be related - https://github.com/kubernetes/kubernetes/issues/71928 - https://github.com/kubernetes/kubernetes/pull/72045 Default storage class is missing on bare metal, these tests should be skipped. *** This bug has been marked as a duplicate of bug 1700076 *** |