Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. +------------------------------------------------------------------------------+
  2. 1: volume stage-cfg-client-0
  3. 2: type protocol/client
  4. 3: option remote-host 192.168.1.1
  5. 4: option remote-subvolume /mnt/glustercfg
  6. 5: option transport-type tcp
  7. 6: option username 7846c737-b086-402f-affc-5983b57a955d
  8. 7: option password 6c24f100-ae61-4761-b730-7f904e54a7c4
  9. 8: end-volume
  10. 9:
  11. 10: volume stage-cfg-client-1
  12. 11: type protocol/client
  13. 12: option remote-host 192.168.1.2
  14. 13: option remote-subvolume /mnt/glustercfg
  15. 14: option transport-type tcp
  16. 15: option username 7846c737-b086-402f-affc-5983b57a955d
  17. 16: option password 6c24f100-ae61-4761-b730-7f904e54a7c4
  18. 17: end-volume
  19. 18:
  20. 19: volume stage-cfg-replicate-0
  21. 20: type cluster/replicate
  22. 21: subvolumes stage-cfg-client-0 stage-cfg-client-1
  23. 22: end-volume
  24. 23:
  25. 24: volume stage-cfg-write-behind
  26. 25: type performance/write-behind
  27. 26: subvolumes stage-cfg-replicate-0
  28. 27: end-volume
  29. 28:
  30. 29: volume stage-cfg-read-ahead
  31. 30: type performance/read-ahead
  32. 31: subvolumes stage-cfg-write-behind
  33. 32: end-volume
  34. 33:
  35. 34: volume stage-cfg-io-cache
  36. 35: type performance/io-cache
  37. 36: subvolumes stage-cfg-read-ahead
  38. 37: end-volume
  39. 38:
  40. 39: volume stage-cfg-quick-read
  41. 40: type performance/quick-read
  42. 41: subvolumes stage-cfg-io-cache
  43. 42: end-volume
  44. 43:
  45. 44: volume stage-cfg-md-cache
  46. 45: type performance/md-cache
  47. 46: subvolumes stage-cfg-quick-read
  48. 47: end-volume
  49. 48:
  50. 49: volume stage-cfg
  51. 50: type debug/io-stats
  52. 51: option latency-measurement off
  53. 52: option count-fop-hits off
  54. 53: subvolumes stage-cfg-md-cache
  55. 54: end-volume
  56.  
  57. +------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement