Hide Forgot
Because of multizone deployments of cluster some storage features might be broken. For example - 2PVCs in use by same pod can break.
xref https://github.com/openshift/origin/pull/21730
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?
fixed by https://github.com/openshift/cluster-storage-operator/commit/b850242280b7ef2cf7631952229c0a438ec39e64
*** 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