Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ### Add client feature and attach to remote subvolume of server1
  2. volume brick1
  3. type protocol/client
  4. option transport-type tcp/client
  5. option remote-host 10.186.1.131 # IP address of the remote brick
  6. option remote-subvolume brick # name of the remote volume
  7. end-volume
  8.  
  9. ### Add client feature and attach to remote subvolume of server2
  10. volume brick2
  11. type protocol/client
  12. option transport-type tcp/client
  13. option remote-host 10.186.1.8 # IP address of the remote brick
  14. option remote-subvolume brick # name of the remote volume
  15. end-volume
  16.  
  17. #The replicated volume with data
  18. volume afr1
  19. type cluster/afr
  20. subvolumes brick1 brick2
  21. end-volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement