Bug 1450762
Summary: | Storageclass created with annotation "storageclass.kubernetes.io/is-default-class" set to true does not make storageclass as default. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Liang Xia <lxia> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Status: | CLOSED ERRATA | QA Contact: | Liang Xia <lxia> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.0 | CC: | aos-bugs, bchilds, smunilla |
Target Milestone: | --- | ||
Target Release: | --- | ||
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: | 2017-08-10 05:24:06 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
Liang Xia
2017-05-15 07:05:19 UTC
https://github.com/kubernetes/kubernetes/pull/43945 is missing is OSE ... *in* OSE. Backport will follow shortly. Pushed upstream: https://github.com/openshift/origin/pull/14427 Verified on openshift v3.6.106, the issue has fixed. Name: sc1-60gxr IsDefaultClass: No Annotations: storageclass.beta.kubernetes.io/is-default-class=false Provisioner: kubernetes.io/manual Parameters: <none> Events: <none> Name: sc2-60gxr IsDefaultClass: Yes Annotations: storageclass.beta.kubernetes.io/is-default-class=true Provisioner: kubernetes.io/manual Parameters: <none> Events: <none> Name: sc3-60gxr IsDefaultClass: No Annotations: storageclass.kubernetes.io/is-default-class=false Provisioner: kubernetes.io/manual Parameters: <none> Events: <none> Name: sc4-60gxr IsDefaultClass: Yes Annotations: storageclass.kubernetes.io/is-default-class=true Provisioner: kubernetes.io/manual Parameters: <none> Events: <none> 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, 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/RHEA-2017:1716 |