corosync.conf.example 454 B

12345678910111213141516171819202122232425262728293031
  1. # Please read the corosync.conf.5 manual page
  2. totem {
  3. version: 2
  4. secauth: off
  5. threads: 0
  6. interface {
  7. ringnumber: 0
  8. bindnetaddr: 192.168.1.1
  9. mcastaddr: 226.94.1.1
  10. mcastport: 5405
  11. }
  12. }
  13. logging {
  14. fileline: off
  15. to_stderr: yes
  16. to_logfile: yes
  17. to_syslog: yes
  18. logfile: /tmp/corosync.log
  19. debug: off
  20. timestamp: on
  21. logger_subsys {
  22. subsys: AMF
  23. debug: off
  24. tags: enter|leave|trace1|trace2|trace3|trace4|trace6
  25. }
  26. }
  27. amf {
  28. mode: disabled
  29. }