blob: 09b122578c96b6df3bfaf5919ec00fd3f3243ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# Please read the corosync.conf.5 manual page
service {
ver: 1
name: pacemaker
}
totem {
version: 2
secauth: off
cluster_name: hacluster
clear_node_high_bit: yes
# Following are old corosync 1.4.x defaults from SLES
# token: 5000
# token_retransmits_before_loss_const: 10
# join: 60
# consensus: 6000
# vsftype: none
# max_messages: 20
# threads: 0
crypto_cipher: none
crypto_hash: none
interface {
ringnumber: 0
bindnetaddr: 10.122.2.13
mcastaddr: 239.91.185.71
mcastport: 5405
ttl: 1
}
}
logging {
fileline: off
to_stderr: no
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
debug: off
timestamp: on
logger_subsys {
subsys: QUORUM
debug: off
}
}
quorum {
# Enable and configure quorum subsystem (default: off)
# see also corosync.conf.5 and votequorum.5
provider: corosync_votequorum
expected_votes: 2
}
|