Bug 1664145
Summary: | Openshift 4.1 has broken storage features because of multizone deployments | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Hemant Kumar <hekumar> |
Component: | Storage | Assignee: | Bradley Childs <bchilds> |
Status: | CLOSED ERRATA | QA Contact: | Chao Yang <chaoyang> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | aos-bugs, aos-storage-staff, bchilds, jsafrane, wkulhane |
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-06-04 10:41:43 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
Hemant Kumar
2019-01-07 20:48:55 UTC
I am confused, https://github.com/openshift/origin/pull/21730 disables two tests that don't use any volumes. Do we actually have any test that needs 2 PVCs? *** Bug 1683750 has been marked as a duplicate of this bug. *** It is passed on OCP build: 4.0.0-0.nightly-2019-03-20-153904 1.Create 2 dynamic pvc, pvc is in pending status 2.Create one pod apiVersion: v1 kind: Pod metadata: name: my-lamp-site spec: containers: - name: mysql image: aosqe/hello-openshift volumeMounts: - mountPath: /var/lib/mysql name: site-data subPath: mysql - name: php image: jhou/hello-openshift volumeMounts: - mountPath: /mnt/html name: site-data subPath: html volumes: - name: site-data persistentVolumeClaim: claimName: ebsc 3.Pod is running 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/RHBA-2019:0758 |