Have a volume consisting of 4 bricks. It was set up using infiniband with "Transport-type: tcp,rdma" Since then the infiniband adapters have been removed from two of the servers, and I would like to remove the "rdma-transport-type" from the setup. Please excuse me if this is a stupid question, but I haven't been able to figure out how to achieve this (is it just by removing "rdma" from the "volume.brick.mount.vol-files" on the 4 bricks)? Thanks, /jon
Or, if someone could indicate were I could learn about the layout of the vol-files. Have managed to find http://www.gluster.org/community/documentation/index.php/Understanding_Vol_Files but this seems related to an earlier version of gluster (I'm using 3.2.6). /jon On 09/16/2012 09:09 PM, Jon Tegner wrote:> Have a volume consisting of 4 bricks. It was set up using infiniband with > > "Transport-type: tcp,rdma" > > Since then the infiniband adapters have been removed from two of the > servers, and I would like to remove the "rdma-transport-type" from the > setup. > > Please excuse me if this is a stupid question, but I haven't been able > to figure out how to achieve this (is it just by removing "rdma" from > the "volume.brick.mount.vol-files" on the 4 bricks)? > > Thanks, > > /jon > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
On 09/17/2012 12:39 AM, Jon Tegner wrote:> Have a volume consisting of 4 bricks. It was set up using infiniband with > > "Transport-type: tcp,rdma" > > Since then the infiniband adapters have been removed from two of the > servers, and I would like to remove the "rdma-transport-type" from the > setup. > > Please excuse me if this is a stupid question, but I haven't been able > to figure out how to achieve this (is it just by removing "rdma" from > the "volume.brick.mount.vol-files" on the 4 bricks)? >Right now, there is no way to alter the transport type after a volume has been created. If you are interested in preventing mounts to happen over Infiniband, blocking port 24008 on all servers might be an option. -Vijay