30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
|
--- corosync-2.3.3.orig/conf/corosync.conf.example 2016-09-27 12:18:13.559737049 +0800
|
||
|
+++ corosync-2.3.3/conf/corosync.conf.example 2016-09-27 14:29:41.952519958 +0800
|
||
|
@@ -9,6 +9,26 @@
|
||
|
crypto_cipher: none
|
||
|
crypto_hash: none
|
||
|
|
||
|
+ # How long before declaring a token lost (ms)
|
||
|
+ token: 5000
|
||
|
+
|
||
|
+ # 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: 6000
|
||
|
+
|
||
|
+ # 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)
|
||
|
# you would set it to 'yes', the new option 'new' means wiping
|
||
|
# off the highest bit in network order to avoid possible nodeid
|