Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. volume testvol-client-0
  2. type protocol/client
  3. option remote-host 10.1.10.33
  4. option remote-subvolume /data/pavan/datastore
  5. option transport-type tcp
  6. end-volume
  7.  
  8. volume testvol-client-1
  9. type protocol/client
  10. option remote-host 10.1.10.22
  11. option remote-subvolume /data/pavan/datastore
  12. option transport-type tcp
  13. end-volume
  14.  
  15. volume testvol-client-2
  16. type protocol/client
  17. option remote-host 10.1.10.23
  18. option remote-subvolume /data/pavan/datastore
  19. option transport-type tcp
  20. end-volume
  21.  
  22. volume testvol-client-3
  23. type protocol/client
  24. option remote-host 10.1.10.28
  25. option remote-subvolume /data/pavan/datastore
  26. option transport-type tcp
  27. end-volume
  28.  
  29. volume testvol-replicate-0
  30.  
  31. type cluster/replicate
  32. subvolumes testvol-client-0 testvol-client-1
  33. end-volume
  34.  
  35. volume testvol-replicate-1
  36. type cluster/replicate
  37. subvolumes testvol-client-2 testvol-client-3
  38. end-volume
  39.  
  40. volume testvol-dht
  41. type cluster/distribute
  42. subvolumes testvol-replicate-0 testvol-replicate-1
  43. end-volume
  44.  
  45. volume testvol-write-behind
  46. type performance/write-behind
  47. subvolumes testvol-dht
  48. end-volume
  49.  
  50. volume testvol-read-ahead
  51. type performance/read-ahead
  52. subvolumes testvol-write-behind
  53. end-volume
  54.  
  55. volume testvol-io-cache
  56. type performance/io-cache
  57. subvolumes testvol-read-ahead
  58. end-volume
  59.  
  60.  
  61. volume testvol-quick-read
  62. type performance/quick-read
  63. subvolumes testvol-io-cache
  64. end-volume
  65.  
  66. volume testvol-stat-prefetch
  67. type performance/stat-prefetch
  68. subvolumes testvol-quick-read
  69. end-volume
  70.  
  71. volume testvol
  72. type debug/io-stats
  73. option latency-measurement off
  74. option count-fop-hits off
  75. subvolumes testvol-stat-prefetch
  76. end-volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement