mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-16 07:51:35 +00:00
Add sync_mode to coroapi to indicate to corosync the service engine's desired compatibility mode. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2298 fd59a12c-fef9-0310-b244-a6a79926bd2f
33 lines
425 B
Plaintext
33 lines
425 B
Plaintext
# Please read the corosync.conf.5 manual page
|
|
compatibility: whitetank
|
|
|
|
totem {
|
|
version: 2
|
|
secauth: off
|
|
threads: 0
|
|
interface {
|
|
ringnumber: 0
|
|
bindnetaddr: 192.168.1.1
|
|
mcastaddr: 226.94.1.1
|
|
mcastport: 5405
|
|
}
|
|
}
|
|
|
|
logging {
|
|
fileline: off
|
|
to_stderr: yes
|
|
to_logfile: yes
|
|
to_syslog: yes
|
|
logfile: /tmp/corosync.log
|
|
debug: off
|
|
timestamp: on
|
|
logger_subsys {
|
|
subsys: AMF
|
|
debug: off
|
|
}
|
|
}
|
|
|
|
amf {
|
|
mode: disabled
|
|
}
|