mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-21 08:12:37 +00:00
have example use /var/log/cluster/cluster.log as default log file git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2970 fd59a12c-fef9-0310-b244-a6a79926bd2f
33 lines
436 B
Plaintext
33 lines
436 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: no
|
|
to_logfile: yes
|
|
to_syslog: yes
|
|
logfile: /var/log/cluster/corosync.log
|
|
debug: off
|
|
timestamp: on
|
|
logger_subsys {
|
|
subsys: AMF
|
|
debug: off
|
|
}
|
|
}
|
|
|
|
amf {
|
|
mode: disabled
|
|
}
|