Advertisement
Guest User

Untitled

a guest
Oct 6th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. 1: volume glustervol1-client-0
  2. 2: type protocol/client
  3. 3: option remote-host g1
  4. 4: option remote-subvolume /mnt/glus1
  5. 5: option transport-type tcp
  6. 6: option ping-timeout 20
  7. 7: end-volume
  8. 8:
  9. 9: volume glustervol1-client-1
  10. 10: type protocol/client
  11. 11: option remote-host g2
  12. 12: option remote-subvolume /mnt/glus1
  13. 13: option transport-type tcp
  14. 14: option ping-timeout 20
  15. 15: end-volume
  16. 16:
  17. 17: volume glustervol1-client-2
  18. 18: type protocol/client
  19. 19: option remote-host g3
  20. 20: option remote-subvolume /mnt/glus1
  21. 21: option transport-type tcp
  22. 22: option ping-timeout 20
  23. 23: end-volume
  24. 24:
  25. 25: volume glustervol1-client-3
  26. 26: type protocol/client
  27. 27: option remote-host g4
  28. 28: option remote-subvolume /mnt/glus1
  29. 29: option transport-type tcp
  30. 30: option ping-timeout 20
  31. 31: end-volume
  32. 32:
  33. 33: volume glustervol1-client-4
  34. 34: type protocol/client
  35. 35: option remote-host g1
  36. 36: option remote-subvolume /mnt/glus2
  37. 37: option transport-type tcp
  38. 38: option ping-timeout 20
  39. 39: end-volume
  40. 40:
  41. 41: volume glustervol1-client-5
  42. 42: type protocol/client
  43. 43: option remote-host g2
  44. 44: option remote-subvolume /mnt/glus2
  45. 45: option transport-type tcp
  46. 46: option ping-timeout 20
  47. 47: end-volume
  48. 48:
  49. 49: volume glustervol1-client-6
  50. 50: type protocol/client
  51. 51: option remote-host g3
  52. 52: option remote-subvolume /mnt/glus2
  53. 53: option transport-type tcp
  54. 54: option ping-timeout 20
  55. 55: end-volume
  56. 56:
  57. 57: volume glustervol1-client-7
  58. 58: type protocol/client
  59. 59: option remote-host g4
  60. 60: option remote-subvolume /mnt/glus2
  61. 61: option transport-type tcp
  62. 62: option ping-timeout 20
  63. 63: end-volume
  64. 64:
  65. 65: volume glustervol1-replicate-0
  66. 66: type cluster/replicate
  67. 67: subvolumes glustervol1-client-0 glustervol1-client-1
  68. 68: end-volume
  69. 69:
  70. 70: volume glustervol1-replicate-1
  71. 71: type cluster/replicate
  72. 72: subvolumes glustervol1-client-2 glustervol1-client-3
  73. 73: end-volume
  74. 74:
  75. 75: volume glustervol1-replicate-2
  76. 76: type cluster/replicate
  77. 77: subvolumes glustervol1-client-4 glustervol1-client-5
  78. 78: end-volume
  79. 79:
  80. 80: volume glustervol1-replicate-3
  81. 81: type cluster/replicate
  82. 82: subvolumes glustervol1-client-6 glustervol1-client-7
  83. 83: end-volume
  84. 84:
  85. 85: volume glustervol1-dht
  86. 86: type cluster/distribute
  87. 87: subvolumes glustervol1-replicate-0 glustervol1-replicate-1 glustervol1-replicate-2 glustervol1-replicate-3
  88. 88: end-volume
  89. 89:
  90. 90: volume glustervol1-write-behind
  91.  
  92. 91: type performance/write-behind
  93. 92: option cache-size 1mb
  94. 93: subvolumes glustervol1-dht
  95. 94: end-volume
  96. 95:
  97. 96: volume glustervol1-read-ahead
  98. 97: type performance/read-ahead
  99. 98: subvolumes glustervol1-write-behind
  100. 99: end-volume
  101. 100:
  102. 101: volume glustervol1-io-cache
  103. 102: type performance/io-cache
  104. 103: option cache-size 1gb
  105. 104: subvolumes glustervol1-read-ahead
  106. 105: end-volume
  107. 106:
  108. 107: volume glustervol1-quick-read
  109. 108: type performance/quick-read
  110. 109: option cache-size 1gb
  111. 110: subvolumes glustervol1-io-cache
  112. 111: end-volume
  113. 112:
  114. 113: volume glustervol1-stat-prefetch
  115. 114: type performance/stat-prefetch
  116. 115: subvolumes glustervol1-quick-read
  117. 116: end-volume
  118. 117:
  119. 118: volume glustervol1
  120. 119: type debug/io-stats
  121. 120: option latency-measurement off
  122. 121: option dump-fd-stats off
  123. 122: subvolumes glustervol1-stat-prefetch
  124. 123: end-volume
  125.  
  126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement