Bug 1869590
| Summary: | controller_maniladriver cannot create storage-class due to OSP manila invalid name | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mike Fedosin <mfedosin> |
| Component: | Storage | Assignee: | Mike Fedosin <mfedosin> |
| Status: | CLOSED ERRATA | QA Contact: | Wei Duan <wduan> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.5 | CC: | aos-bugs, asimonel, jsafrane, mfedosin, nsatsia, piqin |
| Target Milestone: | --- | ||
| Target Release: | 4.5.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1869504 | Environment: | |
| Last Closed: | 2020-09-30 12:48:40 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: | 1869504 | ||
| Bug Blocks: | |||
|
Description
Mike Fedosin
2020-08-18 10:04:11 UTC
There are two share-type OSP16: "default" and "NFS"(with capital letters), manila csi driver are created successfully, and two storageclasses are created: $ oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE csi-manila-default manila.csi.openstack.org Delete Immediate false 7m2s csi-manila-nfs manila.csi.openstack.org Delete Immediate false 7m2s standard (default) kubernetes.io/cinder Delete WaitForFirstConsumer true 9h $ oc get sc csi-manila-nfs -ojson | jq .parameters.type "NFS" Created pvc with csi-manila-nfs and created pod consume pvc successfully, so mark this BZ as VERIFIED. Test env:
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.5.9 True False 10h Error while reconciling 4.5.9: an unknown error has occurred: MultipleErrors
$ oc get csv -n openshift-manila-csi-driver-operator
NAME DISPLAY VERSION REPLACES PHASE
manila-csi-driver-operator.v4.5.10 Manila CSI Driver Operator 4.5.10 Succeeded
metadata:
csi-driver-manila-operator-metadata-container-v4.5.10-2
Related images:
image: registry.redhat.io/openshift4/ose-csi-driver-manila-rhel7@sha256:5cc8abd0b5f1371e1fb0fa454816bd99e566df3fc6c45412e3c953638c2e4f4b
image: registry.redhat.io/openshift4/ose-csi-driver-manila-rhel7-operator@sha256:ab196bfda63d0cc72a9bad8bdde2009953ac6c0b8f37b998a0d4336fc9f62f27
image: registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel7@sha256:ca5e163ea6809a39613bf019194084cd271b88cd0ba1c079aa1d92501bc1477f
image: registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel7@sha256:0f35049599d8cc80f3a611fd3d02965317284a0151e98e0177e182fe733ee47c
image: registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel7@sha256:bd81f802e9abc7869f6967828a304e84fa6a34f62ccbe96be3fdd8bf8eb143cb
image: registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6a62fefddc91157c443b3b8744ff7bc48e45b279b654c462f88455c5b3414a3e
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 (OpenShift Container Platform 4.5.11 optional CSI driver Operators bug fix update), 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-2020:3768 |