Bug 1640639
| Summary: | Manila provisioner creates CephFS+NFS share allowing 0.0.0.0/0 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Alberto Gonzalez <alberto.gonzalez> |
| Component: | Storage | Assignee: | Tomas Smetana <tsmetana> |
| Status: | CLOSED WORKSFORME | QA Contact: | Chao Yang <chaoyang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.11.0 | CC: | aos-bugs, aos-storage-staff, bchilds, lmeyer, scohen, tbarron |
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-external-storage-0.0.2-4.gitd3c94f0.el7 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-19 15:00:27 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1571739 | ||
|
Description
Alberto Gonzalez
2018-10-18 13:11:30 UTC
Here is the code where 0.0.0.0/0 (BTW is not working, only 0.0.0.0 does!): https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/share/manila/sharebackends/nfs.go#L52 The code referenced in comment #1 is not the Manila provisioner we have in 3.11 -- there is still the old version from external-storage repo. The old one has the same bug though (on a different place). I will have to fix this just by adding patch to the dist-git with external-storage rpm. This bug https://bugzilla.redhat.com/show_bug.cgi?id=1616343 used to track above issue. |