Bug 1972294
Summary: | OpenShift manila plugin fails to mount manila share | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | ksedmako |
Component: | Storage | Assignee: | Mike Fedosin <mfedosin> |
Storage sub component: | OpenStack CSI Drivers | QA Contact: | Jon Uriarte <juriarte> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | low | ||
Priority: | unspecified | CC: | aos-bugs |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-06-16 08:26:10 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
ksedmako
2021-06-15 15:36:01 UTC
*** This bug has been marked as a duplicate of bug 1929136 *** Hello! I wrote a doc about manila share mounting: https://github.com/openshift/installer/pull/4803 I hope ShiftStack team will review and merge it soon. Just wanted to mentioned that the following modification worked as day 2 operation. The change was applied to the machineset and rolled out to the nodes. After that each node had an interface related to the manila network on OpenStack side and pod using manila storageclass were able to mount manila shares successfully: networks: - filter: {} subnets: - filter: name: ocp4-njmk6-nodes tags: openshiftClusterID=ocp4-njmk6 - filter: {} noAllowedAddressPairs: true uuid: 27671b90-c2bc-483f-b783-cc856f20ee5d #This is the id of the manila network as seen on OpenStack side. |