瀏覽代碼

Added a description of the timeout section of openais.conf

(Logical change 1.191)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@630 fd59a12c-fef9-0310-b244-a6a79926bd2f
Mark Haverkamp 21 年之前
父節點
當前提交
8161106dfe
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21 0
      QUICKSTART

+ 21 - 0
QUICKSTART

@@ -44,6 +44,16 @@ logging {
 	timestamp: on
 }
 
+timeout {
+	token: 200
+	retransmit: 45
+	join: 100
+	consensus: 200
+	merge: 200
+	downcheck: 1000
+	fail_recv_const: 250
+}
+
 The network section contains three values.  All three values must be set
 or the openais executive wll exit with an error.
 
@@ -71,6 +81,17 @@ be helpful for developers.
 
 The timestamp option prints the date and time on each log message.
 
+The timeout section contains seven values.  This section is not normally used, but
+rather used to override the program defaults for the purposes of fine tuning for
+a given networking/processor combination or for debugging purposes. Be careful to
+use the same timeout values on each of the nodes in the cluster or unpredictable
+results may occur.
+
+All timeout values except fail_recv_const are miliseconds. fail_recv_const is 
+a message count. Until the man page is done you'll have to check the code and the 
+totem spec for the function and usage of the timeouts.
+
+
 The directory conf contains the file groups.conf which specifies the failover
 groups, service units, components, and policies to be used by the AMF.  The
 configuration file matches the testamf1-6 programs in the test directory and