Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. volume remote1
  2.   type protocol/client
  3.   option transport-type tcp
  4.   option remote-host fs01
  5.   option remote-subvolume websites
  6. end-volume
  7.  
  8. volume remote2
  9.   type protocol/client
  10.   option transport-type tcp
  11.   option remote-host fs02
  12.   option remote-subvolume websites
  13. end-volume
  14.  
  15. volume replicate
  16.   type cluster/replicate
  17.   subvolumes remote1 remote2
  18. end-volume
  19.  
  20. volume writebehind
  21.   type performance/write-behind
  22.   option window-size 1MB
  23.   subvolumes replicate
  24. end-volume
  25.  
  26. volume cache
  27.   type performance/io-cache
  28.   option cache-size 512MB
  29.   subvolumes writebehind
  30. end-volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement