All pastes #967754 Raw Edit

glusterfs-client.vol

public text v1 · immutable
#967754 ·published 2008-04-02 16:55 UTC
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