Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 6, 2012 15:26
Show Gist options
  • Save sdoro/4025403 to your computer and use it in GitHub Desktop.
Save sdoro/4025403 to your computer and use it in GitHub Desktop.
corosync configuration in Debian 6
totem {
version: 2
# How long before declaring a token lost (ms)
token: 3000
# How many token retransmits before forming a new configuration
token_retransmits_before_loss_const: 10
# How long to wait for join messages in the membership protocol (ms)
join: 60
# How long to wait for consensus to be achieved before starting
# a new round of membership configuration (ms)
consensus: 3600
# Turn off the virtual synchrony filter
vsftype: none
# Number of messages that may be sent by one processor on receipt of
# the token
max_messages: 20
# Limit generated nodeids to 31-bits (positive signed integers)
clear_node_high_bit: yes
# Disable encryption
secauth: off
# How many threads to use for encryption/decryption
threads: 0
# Optionally assign a fixed node id (integer)
# nodeid: 1234
# This specifies the mode of redundant ring, which may be none,
# active, or passive.
rrp_mode: passive
interface {
ringnumber: 0
bindnetaddr: 10.0.1.0
mcastaddr: 226.94.1.11
mcastport: 5411
}
interface {
ringnumber: 1
bindnetaddr: 10.254.254.254
mcastaddr: 226.94.1.13
mcastport: 5413
}
}
amf {
mode: disabled
}
service {
# Load the Pacemaker Cluster Resource Manager
ver: 0
name: pacemaker
}
aisexec {
user: root
group: root
}
logging {
fileline: off
to_stderr: yes
to_logfile: no
to_syslog: yes
syslog_facility: daemon
debug: off
timestamp: on
logger_subsys {
subsys: AMF
debug: off
tags: enter|leave|trace1|trace2|trace3|trace4|trace6
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment