Created attachment 590703 [details] engine.log When trying to create an RDMA-only volume from GUI, the volume is created as TCP+RDMA. The command sent to VDSM looks like this: MainProcess|Thread-143046::DEBUG::2012-06-10 08:08:16,188::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/sbin/gluster --mode=script volume create vol12 transport TCP,RDMA 10.35.64.205:/vol12' (cwd None) And gluster volume info looks like this: [root@dbotzer-reporting vdsm]# gluster volume info vol12 Volume Name: vol12 Type: Distribute Volume ID: 22dfaab6-80ca-4db8-a6c2-52ae443474b3 Status: Created Number of Bricks: 1 Transport-type: tcp,rdma Bricks: Brick1: 10.35.64.205:/vol12 Options Reconfigured: auth.allow: * nfs.disable: off
Fixed in Patch. http://gerrit.ovirt.org/#/c/5227/
RDMA is no longer exposed in GUI as of rhsc-2.0.techpreview1-0.scratch. Unable to reproduce.