Guest
Public paste!

rackerhacker

By: a guest | Aug 13th, 2010 | Syntax: None | Size: 0.56 KB | Hits: 272 | Expires: Never
Copy text to clipboard
  1. volume server02
  2.     type protocol/client
  3.     option transport-type tcp
  4.     option remote-host 10.179.164.201
  5.     option transport.socket.nodelay on
  6.     option transport.remote-port 6996
  7.     option remote-subvolume brick1
  8. end-volume
  9.  
  10. volume server01
  11.     type protocol/client
  12.     option transport-type tcp
  13.     option remote-host 10.179.164.198
  14.     option transport.socket.nodelay on
  15.     option transport.remote-port 6996
  16.     option remote-subvolume brick1
  17. end-volume
  18.  
  19. volume mirror-0
  20.     type cluster/replicate
  21.     subvolumes server01 server02
  22. end-volume