tegner at renget.se
2010-Jan-21 13:00 UTC
[Gluster-users] Same volume exported to both ethernet and infiniband.
Suppose I have a storage system consisting of a number of storage nodes (say four). These nodes are all equipped with infiniband ports to export the filesystem to a cluster. I guess this is standard, but would it in this case be possible to have all storage nodes (all four of them) equipped also with a gigabit nic, and export _the same_ filesystem, at the same time, to a second cluster (a "gigabit cluster")? Regards, and thanks, /jon
Amar Tumballi
2010-Jan-21 16:30 UTC
[Gluster-users] Same volume exported to both ethernet and infiniband.
> > would it in > this case be possible to have all storage nodes (all four of them) > equipped also with a gigabit nic, and export _the same_ filesystem, at the > same time, to a second cluster (a "gigabit cluster")? > >yep.. try bash# ./glusterfs-volgen --name tegner --transport tcp,ib-verbs <other options> you get both client and server volume files. Regards,