glusterd.vol 499 B

123456789101112131415
  1. # This is default glusterd.vol (incl. commented out base-port),
  2. # with added "rpc-auth-allow-insecure on" to allow connection
  3. # from non-privileged ports.
  4. volume management
  5. type mgmt/glusterd
  6. option working-directory /var/lib/glusterd
  7. option transport-type socket,rdma
  8. option transport.socket.keepalive-time 10
  9. option transport.socket.keepalive-interval 2
  10. option transport.socket.read-fail-log off
  11. # option base-port 49152
  12. option rpc-auth-allow-insecure on
  13. end-volume