Bug 1327590
| Summary: | restarting a node in cluster shows peer status as Peer in Cluster (Disconnected) for ever on other nodes | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nag Pavan Chilakam <nchilaka> |
| Component: | glusterd | Assignee: | Atin Mukherjee <amukherj> |
| Status: | CLOSED NOTABUG | QA Contact: | storage-qa-internal <storage-qa-internal> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | rhs-bugs, sasundar, storage-qa-internal, vbellur |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-17 17:23: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
Nag Pavan Chilakam
2016-04-15 12:58:04 UTC
From the sosreport of the downnode ( 10.70.37.209 ), I observed that the iptables rules are enabled, and no rules to allow glusterd port (24007) was added. While the iptables rules on upnode were flushed, instead of opening up glusterd ports. So the RCA for this issue is - Trusted storage pool was formed by flushing iptables rules on all the nodes, and post reboot these rules again came in to effect causing the node to go disconnected from other nodes. Its highly recommended to open up ports as glusterfs firewalld service file is now available ( from RHGS 3.1.1 ), # firewall-cmd --zone=public --add-service=glusterfs # firewall-cmd --zone=public --add-service=glusterfs --permanent |