Bug 1879222
| Summary: | waiting for a volume to be created, either by external provisioner "manila.csi.openstack.org" or manually created by system administrator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Chris Janiszewski <cjanisze> |
| Component: | Installer | Assignee: | Mike Fedosin <mfedosin> |
| Installer sub component: | OpenShift on OpenStack | QA Contact: | David Sanz <dsanzmor> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | m.andre, mfedosin, tbarron |
| Version: | 4.6 | Keywords: | UpcomingSprint |
| 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: | 2020-09-17 14:57:01 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 of problem: Unable to provision PVC to manila. The pvc keeps spinning in the loop: (shiftstack) [stack@chrisj-undercloud-osp13 ~]$ oc describe pvc Name: mysql Namespace: chrisj StorageClass: csi-manila-default Status: Pending Volume: Labels: app=cakephp-mysql-persistent template=cakephp-mysql-persistent template.openshift.io/template-instance-owner=bed4a71c-6e1f-464b-8e73-2d4a8672ce49 Annotations: volume.beta.kubernetes.io/storage-provisioner: manila.csi.openstack.org Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: VolumeMode: Filesystem Mounted By: <none> Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ExternalProvisioning 29m (x14 over 32m) persistentvolume-controller waiting for a volume to be created, either by external provisioner "manila.csi.openstack.org" or manually created by system administrator Normal ExternalProvisioning 25m (x12 over 28m) persistentvolume-controller waiting for a volume to be created, either by external provisioner "manila.csi.openstack.org" or manually created by system administrator I don't see any errors for manila operator: (shiftstack) [stack@chrisj-undercloud-osp13 ~]$ oc get pods NAME READY STATUS RESTARTS AGE csi-nodeplugin-nfsplugin-g6sfn 1/1 Running 0 23m csi-nodeplugin-nfsplugin-hbbgr 1/1 Running 0 19h csi-nodeplugin-nfsplugin-r7c69 1/1 Running 0 20h csi-nodeplugin-nfsplugin-ss2ms 1/1 Running 0 56m csi-nodeplugin-nfsplugin-w5lvh 1/1 Running 0 20h csi-nodeplugin-nfsplugin-w6dpc 1/1 Running 0 20h openstack-manila-csi-controllerplugin-7ddc887df-fh892 4/4 Running 0 21m openstack-manila-csi-nodeplugin-972tr 2/2 Running 0 55m openstack-manila-csi-nodeplugin-9t78n 2/2 Running 0 20h openstack-manila-csi-nodeplugin-jxghq 2/2 Running 0 20h openstack-manila-csi-nodeplugin-lhnj2 2/2 Running 0 23m openstack-manila-csi-nodeplugin-w5jpb 2/2 Running 0 20h openstack-manila-csi-nodeplugin-wv74k 2/2 Running 0 19h I was also able to verify that my shiftstack user is able to create shares just fine directly in openstack. Also this functionality on the same env worked with OCP 4.5, so it must be OCP 4.6 related Version-Release number of the following components: (shiftstack) [stack@chrisj-undercloud-osp13 ~]$ oc version Client Version: 4.6.0-0.nightly-2020-09-10-145837 Server Version: 4.6.0-0.nightly-2020-09-10-145837 Kubernetes Version: v1.19.0-rc.2+068702d Red Hat OpenStack Platform release 13.0.11 (Queens) How reproducible: everytime Steps to Reproduce: 1. attempt to deploy pvc to manila 2. 3. Actual results: pvc won't get created Expected results: pvc is created Additional info: