corosync.conf.example.udpu 778 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Please read the corosync.conf.5 manual page
  2. totem {
  3. version: 2
  4. crypto_cipher: none
  5. crypto_hash: none
  6. interface {
  7. ringnumber: 0
  8. bindnetaddr: 10.16.35.0
  9. mcastport: 5405
  10. ttl: 1
  11. }
  12. transport: udpu
  13. }
  14. logging {
  15. fileline: off
  16. to_logfile: yes
  17. to_syslog: yes
  18. debug: on
  19. logfile: /var/log/cluster/corosync.log
  20. debug: off
  21. timestamp: on
  22. logger_subsys {
  23. subsys: QUORUM
  24. debug: off
  25. }
  26. }
  27. nodelist {
  28. node {
  29. ring0_addr: 10.16.35.101
  30. nodeid: 1
  31. }
  32. node {
  33. ring0_addr: 10.16.35.102
  34. nodeid: 2
  35. }
  36. node {
  37. ring0_addr: 10.16.35.103
  38. }
  39. node {
  40. ring0_addr: 10.16.35.104
  41. }
  42. node {
  43. ring0_addr: 10.16.35.105
  44. }
  45. }
  46. quorum {
  47. # Enable and configure quorum subsystem (default: off)
  48. # see also corosync.conf.5 and votequorum.5
  49. #provider: corosync_votequorum
  50. }