4
0

corosync.conf.example.udpu 767 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. logfile: /var/log/cluster/corosync.log
  19. debug: off
  20. timestamp: on
  21. logger_subsys {
  22. subsys: QUORUM
  23. debug: off
  24. }
  25. }
  26. nodelist {
  27. node {
  28. ring0_addr: 10.16.35.101
  29. nodeid: 1
  30. }
  31. node {
  32. ring0_addr: 10.16.35.102
  33. nodeid: 2
  34. }
  35. node {
  36. ring0_addr: 10.16.35.103
  37. }
  38. node {
  39. ring0_addr: 10.16.35.104
  40. }
  41. node {
  42. ring0_addr: 10.16.35.105
  43. }
  44. }
  45. quorum {
  46. # Enable and configure quorum subsystem (default: off)
  47. # see also corosync.conf.5 and votequorum.5
  48. #provider: corosync_votequorum
  49. }