Joe Landman
2010-Apr-09 04:08 UTC
[Gluster-users] can we have multiple server sections in a single volume?
Is it possible to provide a single volume file to serve a gluster file system over ib-verbs and tcp simultaneously? Do we need two different server sections in the volume file? We'd like to keep the performance of ib-verbs over that transport while making the volume available over gigabit as well to non-IB connected clients. -- Joseph Landman, Ph.D Founder and CEO Scalable Informatics, Inc. email: landman at scalableinformatics.com web : http://scalableinformatics.com http://scalableinformatics.com/jackrabbit phone: +1 734 786 8423 x121 fax : +1 866 888 3112 cell : +1 734 612 4615
Amar Tumballi
2010-Apr-09 05:40 UTC
[Gluster-users] can we have multiple server sections in a single volume?
| Is it possible to provide a single volume file to serve a gluster file system over ib-verbs and tcp | simultaneously? Yes. Its possible. Run 'glusterfs-volgen' with '--transport tcp,ib-verbs' as option. It will generate the required export volumes. (Technically, you have to define two protocol/server volume with same options other than 'transport-type' which will be 'tcp' for one, and 'ib-verbs' for another). Regards, Amar