Share Pastebin
Guest
Public paste!

rackerhacker

By: a guest | Aug 13th, 2010 | Syntax: None | Size: 0.50 KB | Hits: 240 | Expires: Never
Copy text to clipboard
  1. volume posix1
  2.   type storage/posix
  3.   option directory /export/glusterfs
  4. end-volume
  5.  
  6. volume locks1
  7.     type features/locks
  8.     subvolumes posix1
  9. end-volume
  10.  
  11. volume brick1
  12.     type performance/io-threads
  13.     option thread-count 8
  14.     subvolumes locks1
  15. end-volume
  16.  
  17. volume server-tcp
  18.     type protocol/server
  19.     option transport-type tcp
  20.     option auth.addr.brick1.allow *
  21.     option transport.socket.listen-port 6996
  22.     option transport.socket.nodelay on
  23.     subvolumes brick1
  24. end-volume