corosync.conf.example 425 B

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