rendered paste body##############################################
### GlusterFS Client Volume Specification ##
##############################################
# the exported volume to mount
volume cluster
type protocol/client
option transport-type tcp/client
option remote-host cluster.storage-net.gfs # RRDNS
option remote-subvolume gfs # exported volume
end-volume
# performance block for cluster
volume writeback
type performance/write-behind
option aggregate-size 131072
subvolumes cluster
end-volume
# performance block for cluster
volume readahead
type performance/read-ahead
option page-size 65536
option page-count 16
subvolumes writeback
end-volume