Date: Thu, 10 May 2018 13:08:05 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 223671] net/glusterfs: glusterfs volume status not showing online Message-ID: <bug-223671-7788-K1OlImz9Eu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223671-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-223671-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223671 r00t@kaba1ah.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r00t@kaba1ah.org --- Comment #5 from r00t@kaba1ah.org --- The reason why you see N/As is because 'gluster volume status' relies on RD= MA (libverbs in particular, which as far as I understood doesn't exist in FreeBSD). If you try to compile glusterfs manually you'll notice that: ... checking for ibv_get_device_list in -libverbs... no checking for rdma_create_id in -lrdmacm... no ... Which will result in: GlusterFS configure summary =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D ... Infiniband verbs : no ... And consequently will produce the following in the logs: E [rpc-transport.c:283:rpc_transport_load] 0-rpc-transport: Cannot open "/usr/local/lib/glusterfs/3.13.2/rpc-transport/rdma.so" W [rpc-transport.c:287:rpc_transport_load] 0-rpc-transport: volume 'rdma.management': transport-type 'rdma' is not valid or not found on this machine I'm not sure about the support of userspace access to RDMA in FreeBSD. According to https://wiki.freebsd.org/InfiniBand you can try to add WITH_OFED=3Dyes to /etc/src.conf and build/installworld. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223671-7788-K1OlImz9Eu>