Advertisement
Guest User

gluster issue

a guest
Nov 17th, 2014
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. volume ha_gluster-posix
  2. type storage/posix
  3. option volume-id 2de2e49f-db30-4e4f-87a1-b836385b8a2b
  4. option directory /nfs
  5. end-volume
  6.  
  7. volume ha_gluster-access-control
  8. type features/access-control
  9. subvolumes ha_gluster-posix
  10. end-volume
  11.  
  12. volume ha_gluster-locks
  13. type features/locks
  14. subvolumes ha_gluster-access-control
  15. end-volume
  16.  
  17. volume ha_gluster-io-threads
  18. type performance/io-threads
  19. option thread-count 24
  20. subvolumes ha_gluster-locks
  21. end-volume
  22.  
  23. volume ha_gluster-replace-brick
  24. type protocol/client
  25. option transport-type tcp
  26. option password 546d9e63-e3fe-4e14-bd30-8d84cedf44ee
  27. option username 42e7a804-6461-4d0b-8a3d-486f8da8216d
  28. end-volume
  29.  
  30. volume ha_gluster-pump
  31. type cluster/pump
  32. subvolumes ha_gluster-io-threads ha_gluster-replace-brick
  33. end-volume
  34.  
  35. volume ha_gluster-index
  36. type features/index
  37. option index-base /nfs/.glusterfs/indices
  38. subvolumes ha_gluster-pump
  39. end-volume
  40.  
  41. volume ha_gluster-marker
  42. type features/marker
  43. option quota off
  44. option xtime off
  45. option timestamp-file /var/lib/glusterd/vols/ha_gluster/marker.tstamp
  46. option volume-uuid 2de2e49f-db30-4e4f-87a1-b836385b8a2b
  47. subvolumes ha_gluster-index
  48. end-volume
  49.  
  50. volume /nfs
  51. type debug/io-stats
  52. option count-fop-hits off
  53. option latency-measurement off
  54. subvolumes ha_gluster-marker
  55. end-volume
  56.  
  57. volume ha_gluster-server
  58. type protocol/server
  59. option auth.addr./nfs.allow *
  60. option auth.login.42e7a804-6461-4d0b-8a3d-486f8da8216d.password 546d9e63-e3fe-4e14-bd30-8d84cedf44ee
  61. option auth.login./nfs.allow 42e7a804-6461-4d0b-8a3d-486f8da8216d
  62. option transport-type tcp
  63. subvolumes /nfs
  64. end-volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement