Guest User

Untitled

a guest
Dec 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. volume sitedata-client-0
  2. type protocol/client
  3. option remote-host web1
  4. option remote-subvolume /opt/sitedata
  5. option transport-type tcp
  6. end-volume
  7.  
  8. volume sitedata-client-1
  9. type protocol/client
  10. option remote-host web2
  11. option remote-subvolume /opt/sitedata
  12. option transport-type tcp
  13. end-volume
  14.  
  15. volume sitedata-replicate-0
  16. type cluster/replicate
  17. subvolumes sitedata-client-0 sitedata-client-1
  18. end-volume
  19.  
  20. volume sitedata-write-behind
  21. type performance/write-behind
  22. subvolumes sitedata-replicate-0
  23. end-volume
  24.  
  25. volume sitedata-read-ahead
  26. type performance/read-ahead
  27. subvolumes sitedata-write-behind
  28. end-volume
  29.  
  30. volume sitedata-io-cache
  31. type performance/io-cache
  32. option cache-size 256MB
  33. subvolumes sitedata-read-ahead
  34. end-volume
  35.  
  36. volume sitedata-quick-read
  37. type performance/quick-read
  38. option cache-size 256MB
  39. subvolumes sitedata-io-cache
  40. end-volume
  41.  
  42. volume sitedata-stat-prefetch
  43. type performance/stat-prefetch
  44. subvolumes sitedata-quick-read
  45. end-volume
  46.  
  47. volume sitedata
  48. type debug/io-stats
  49. option latency-measurement off
  50. option count-fop-hits off
  51. subvolumes sitedata-stat-prefetch
  52. end-volume
Add Comment
Please, Sign In to add comment