mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-20 12:35:53 +00:00
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
59 lines
767 B
Plaintext
59 lines
767 B
Plaintext
# Please read the corosync.conf.5 manual page
|
|
totem {
|
|
version: 2
|
|
|
|
crypto_cipher: none
|
|
crypto_hash: none
|
|
|
|
interface {
|
|
ringnumber: 0
|
|
bindnetaddr: 10.16.35.0
|
|
mcastport: 5405
|
|
ttl: 1
|
|
}
|
|
transport: udpu
|
|
}
|
|
|
|
logging {
|
|
fileline: off
|
|
to_logfile: yes
|
|
to_syslog: yes
|
|
logfile: /var/log/cluster/corosync.log
|
|
debug: off
|
|
timestamp: on
|
|
logger_subsys {
|
|
subsys: QUORUM
|
|
debug: off
|
|
}
|
|
}
|
|
|
|
nodelist {
|
|
node {
|
|
ring0_addr: 10.16.35.101
|
|
nodeid: 1
|
|
}
|
|
|
|
node {
|
|
ring0_addr: 10.16.35.102
|
|
nodeid: 2
|
|
}
|
|
|
|
node {
|
|
ring0_addr: 10.16.35.103
|
|
}
|
|
|
|
node {
|
|
ring0_addr: 10.16.35.104
|
|
}
|
|
|
|
node {
|
|
ring0_addr: 10.16.35.105
|
|
}
|
|
}
|
|
|
|
quorum {
|
|
# Enable and configure quorum subsystem (default: off)
|
|
# see also corosync.conf.5 and votequorum.5
|
|
#provider: corosync_votequorum
|
|
}
|