Skip to content

Instantly share code, notes, and snippets.

@nneul
Created June 13, 2014 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nneul/03905fa1685880eacde2 to your computer and use it in GitHub Desktop.
Save nneul/03905fa1685880eacde2 to your computer and use it in GitHub Desktop.
volume remote1
type protocol/client
option transport-type tcp
option remote-host freesw-gfs-d1.srv.mst.edu
option remote-subvolume freeswitch
end-volume
volume remote2
type protocol/client
option transport-type tcp
option remote-host freesw-gfs-d2.srv.mst.edu
option remote-subvolume freeswitch
end-volume
volume remote3
type protocol/client
option transport-type tcp
option remote-host freesw-gfs-d3.srv.mst.edu
option remote-subvolume freeswitch
end-volume
volume replicate
type cluster/replicate
subvolumes remote1 remote2 remote3
end-volume
volume writebehind
type performance/write-behind
option window-size 1MB
subvolumes replicate
end-volume
volume cache
type performance/io-cache
option cache-size 512MB
subvolumes writebehind
end-volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment