corosync.conf.example 399 B

123456789101112131415161718192021222324252627282930
  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. }
  25. }
  26. amf {
  27. mode: disabled
  28. }