Created
June 13, 2014 18:11
-
-
Save nneul/03905fa1685880eacde2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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