[Bugs] [Bug 1598769] Brick is not operational when using RDMA transport

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 9 02:31:15 UTC 2018


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



--- Comment #2 from angelosching at clustertech.com ---
Also tested on a freshly install CentOS 7.5 minimal host:
$ systemctl disable --now firewalld
$ yum groupinstall "infiniband support"
$ modprobe ib_ipoib
$ nmcli con add con-name ib0 ifname ib0 type infiniband ipv4.method manual
ipv4.address 10.1.4.77/24
$ yum -y install centos-release-gluster41
$ yum -y install glusterfs-server glusterfs-rdma
$ systemctl enable --now glusterd
$ gluster

gluster> pool list
UUID                    Hostname     State
51baf4f1-9229-4e2a-8c77-60cf256db33e    localhost    Connected 

gluster> volume create rdma-test 10.1.4.77:/home/brick
volume create: rdma-test: success: please start the volume to access data
gluster> volume info

Volume Name: rdma-test
Type: Distribute
Volume ID: ff0bd79c-4935-4f97-b52f-64d6bb3342c1
Status: Created
Snapshot Count: 0
Number of Bricks: 1
Transport-type: tcp
Bricks:
Brick1: 10.1.4.77:/home/brick
Options Reconfigured:
transport.address-family: inet
nfs.disable: on
gluster> volume set rdma-test config.transport tcp,rdma
volume set: failed: Commit failed on localhost. Please check the log file for
more details.
gluster> volume set rdma-test config.transport rdma
volume set: success
gluster> volume start rdma-test
volume start: rdma-test: success
gluster> volume status
Status of volume: rdma-test
Gluster process                             TCP Port  RDMA Port  Online  Pid
------------------------------------------------------------------------------
Brick 10.1.4.77:/home/brick                 N/A       N/A        N       N/A  

Task Status of Volume rdma-test
------------------------------------------------------------------------------
There are no active volume tasks

-- 
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