Bug 1698083
| Summary: | Storage classes in multi-AZ clusters don't work reliably | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Rich <erich> |
| Component: | Storage | Assignee: | Bradley Childs <bchilds> |
| Status: | CLOSED NOTABUG | QA Contact: | Liang Xia <lxia> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | aos-bugs, aos-storage-staff |
| Target Milestone: | --- | Keywords: | NeedsTestCase |
| 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: | 2019-04-09 15:56:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1664187 | ||
|
Description
Eric Rich
2019-04-09 15:10:56 UTC
This seems to be mitigated by https://kubernetes.io/blog/2018/10/11/topology-aware-volume-provisioning-in-kubernetes/ As the default storage class; has a `volumeBindingsMode` set: $ cat must-gather/cluster-scoped-resources/storage.k8s.io/storageclasses/gp2.yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: annotations: storageclass.kubernetes.io/is-default-class: "true" creationTimestamp: 2019-04-09T15:30:53Z name: gp2 ownerReferences: - apiVersion: v1 kind: clusteroperator name: storage uid: 55c725bb-5adb-11e9-8aa8-02d4f8d6a68e resourceVersion: "7951" selfLink: /apis/storage.k8s.io/v1/storageclasses/gp2 uid: 7608d8ae-5adc-11e9-b839-02b822a6f0f6 parameters: type: gp2 provisioner: kubernetes.io/aws-ebs reclaimPolicy: Delete volumeBindingMode: WaitForFirstConsumer |