Bug 1126817

Summary: rdma: glusterd 'transport rdma' volume listens on port 24007, s/b 24008
Product: [Community] GlusterFS Reporter: Kaleb KEITHLEY <kkeithle>
Component: rdmaAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1126830 (view as bug list) Environment:
Last Closed: 2015-08-11 13:15:51 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: 1126830    

Description Kaleb KEITHLEY 2014-08-05 11:22:33 UTC
Description of problem:

All of our documentation indicates that when you create a 'transport rdma' volume that glusterd listens on port 24008, but it's only listening on port 24007.

A 'transport tcp,rdma' volume is supposed to listen on 24007 and 24008 but it only listens on 24007.


Additional info:

[root@rhs-cli-09 ~]# gluster volume info
 
Volume Name: rdma
Type: Distribute
Volume ID: e2ce6774-b763-4e10-8d98-25d3d60541a8
Status: Started
Number of Bricks: 2
Transport-type: tcp,rdma
Bricks:
Brick1: rhs-cli-09-ib0:/var/tmp/bricks/vol
Brick2: rhs-cli-10-ib0:/var/tmp/bricks/vol


[root@rhs-cli-09 ~]# netstat -na | egrep tcp
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:1017            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:52766           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:38465           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:38466           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:38468           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:38469           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:49157           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:24007           0.0.0.0:*               LISTEN     
tcp        0      0 192.168.44.109:1022     192.168.44.110:24007    ESTABLISHED
tcp        0      0 127.0.0.1:1021          127.0.0.1:24007         ESTABLISHED
tcp        0     36 10.19.96.21:22          10.10.55.107:34116      ESTABLISHED
tcp        0      0 192.168.44.109:1023     192.168.44.109:24007    ESTABLISHED
tcp        0      0 192.168.44.109:24007    192.168.44.109:1023     ESTABLISHED
tcp        0      0 127.0.0.1:24007         127.0.0.1:1021          ESTABLISHED
tcp        0      0 192.168.44.109:24007    192.168.44.110:1022     ESTABLISHED
tcp6       0      0 :::111                  :::*                    LISTEN     
tcp6       0      0 :::22                   :::*                    LISTEN     
tcp6       0      0 :::34342                :::*                    LISTEN

Comment 1 Kaleb KEITHLEY 2015-08-11 13:15:51 UTC
I believe RDMA works as expected in current releases. Closing this bug