mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-20 22:03:25 +00:00
Change the example configuration file so "bindnetaddr" has a value that more obviously looks like a network address. So as not to have people think they need to set an existing IP address here (and hence, have non-identical corosync.conf files between nodes). Signed-off-by: Florian Haas <florian.haas@linbit.com> Reviewed-by: Dan Frincu <dan.frincu@1and1.ro> Reviewed-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
34 lines
445 B
Plaintext
34 lines
445 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.0
|
|
mcastaddr: 226.94.1.1
|
|
mcastport: 5405
|
|
ttl: 1
|
|
}
|
|
}
|
|
|
|
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
|
|
}
|