On Tue, Sep 13, 2011 at 11:14:06AM -0500, Gerald Brandt wrote: > Hi, > > I hope I can explain this properly. > > 1. I have a two brick system replicating each other. (10.1.4.181 and 10.1.40.2) > 2. I have a third system that mounts the gluster fileshares (192.168.30.111) > 3. I export the share on 192.168.30.111 as NFS to a XenServer. > > What I'm hoping for, is the aggregate speeds of gluster to the 2 servers > shows up when exported as NFS (roughly 2 GigE). Hi Gerald, Think you have an unusual setup there. Generally Gluster would be used to _either_ provide Gluster _or_ NFS shares from 10.1.4.181 and 10.1.40.2. So you'd have (1) and (3) in a normal setup, no (2). Also, I don't believe you can get aggregate speeds out of it, since each replica needs to receive everything, and it's synchronous. So if your write goes to .181, then .181 has to write to .2 before the operation is done, and it just has a single connection to .2, not an aggregate one. Best, Whit