mirror_corosync/conf/corosync.conf.example.udpu
Jan Friesse 6459f2cda1 example conf: Remove Duplicate "debug" statement
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
2012-08-14 11:54:45 +02:00

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
}