[Bugs] [Bug 1540249] Gluster is trying to use a port outside documentation and firewalld' s glusterfs.xml

bugzilla at redhat.com bugzilla at redhat.com
Fri Feb 9 17:39:00 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1540249

Gaurav Yadav <gyadav at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(gyadav at redhat.com |
                   |)                           |



--- Comment #16 from Gaurav Yadav <gyadav at redhat.com> ---
I tried replicating issue in my setup by creating new zone and assigning
glusterfs service to newly created zone.

Here is my cluster state..
Node1
[root at localhost glusterfs]# gluster peer status
Number of Peers: 1

Hostname: 192.168.122.120
Uuid: 695ce317-e35b-4f4a-b85d-326df13308fc
State: Accepted peer request (Connected)
[root at localhost glusterfs]# 

Node2
[root at localhost ~]# gluster peer status
Number of Peers: 1

Hostname: 192.168.122.79
Uuid: a3fa5d12-2614-4a52-a85c-a96d33bb116d
State: Accepted peer request (Disconnected)

Node1
[root at localhost glusterfs]#  netstat -tap | grep gluster
tcp        0      0 0.0.0.0:24007           0.0.0.0:*               LISTEN     
14180/glusterd      
tcp        0      0 localhost.localdo:49151 192.168.122.120:24007   ESTABLISHED
14180/glusterd

Node2
[root at localhost gaurav]# netstat -tap | grep gluster
tcp        0      0 0.0.0.0:24007           0.0.0.0:*               LISTEN     
25958/glusterd      
tcp        0      0 localhost.localdo:24007 192.168.122.79:49151    ESTABLISHED
25958/glusterd      
tcp        0      1 localhost.localdo:49151 192.168.122.79:24007    SYN_SENT   
25958/glusterd

I too suspect its a firewall issue, in order to confirm I need few info from
your setup.

please provide output of below commands.
1. firewall-cmd --list-ports --zone=gluster
2. firewall-cmd --list-services --zone=gluster

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list