corosync.conf.example 445 B

123456789101112131415161718192021222324252627282930313233
  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.0
  10. mcastaddr: 226.94.1.1
  11. mcastport: 5405
  12. ttl: 1
  13. }
  14. }
  15. logging {
  16. fileline: off
  17. to_stderr: no
  18. to_logfile: yes
  19. to_syslog: yes
  20. logfile: /var/log/cluster/corosync.log
  21. debug: off
  22. timestamp: on
  23. logger_subsys {
  24. subsys: AMF
  25. debug: off
  26. }
  27. }
  28. amf {
  29. mode: disabled
  30. }