| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- # 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
- debug: on
- 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
- }
|