Bug 1546991
Summary: | Define the workflow of auth.allow post auth.reject | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rochelle <rallan> |
Component: | protocol | Assignee: | Sheetal Pamecha <spamecha> |
Status: | CLOSED NOTABUG | QA Contact: | Rahul Hinduja <rhinduja> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rhgs-3.4 | CC: | amukherj, atumball, rallan, rhinduja, rhs-bugs, rkavunga, sankarshan, sasundar, spamecha, storage-qa-internal, vbellur |
Target Milestone: | --- | Keywords: | EasyFix, ZStream |
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: | 2018-12-03 13:36:15 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: | 1319271, 1546738 |
Description
Rochelle
2018-02-20 09:58:25 UTC
Below is my observation w.r.t setting auth.allow/auth.reject on a volume in trusted storage pool (let us consider we have a TSP of 3 Nodes[H1,H2,H3], with a volume created) 1. All nodes which are part of TSP can mount the volume. 2. Nodes(i.e IP/fqdn) which are outside of TSP can mount the volume without any issue. 3. If after creating volume first command is auth.reject *.*.*.*, in this case mount will fail for all the client, however mount will succeed on nodes which are part of TSP. 4. after step 4, when gluster v set test-vol auth.allow IP1, IP2, IP3 will allow only IP1, IP2, IP3 to mount the volume. Rochelle, I believe it is not a bug. Could you please check and confirm the same. This actually doesn't require any change in the glusterd code base. Moving to core component at this moment. Raised an issue to include the flow of auth.allow post auth.reject - https://bugzilla.redhat.com/show_bug.cgi?id=1655579 |