corosync.conf.5 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. .\"/*
  2. .\" * Copyright (c) 2005 MontaVista Software, Inc.
  3. .\" * Copyright (c) 2006-2009 Red Hat, Inc.
  4. .\" *
  5. .\" * All rights reserved.
  6. .\" *
  7. .\" * Author: Steven Dake (sdake@redhat.com)
  8. .\" *
  9. .\" * This software licensed under BSD license, the text of which follows:
  10. .\" *
  11. .\" * Redistribution and use in source and binary forms, with or without
  12. .\" * modification, are permitted provided that the following conditions are met:
  13. .\" *
  14. .\" * - Redistributions of source code must retain the above copyright notice,
  15. .\" * this list of conditions and the following disclaimer.
  16. .\" * - Redistributions in binary form must reproduce the above copyright notice,
  17. .\" * this list of conditions and the following disclaimer in the documentation
  18. .\" * and/or other materials provided with the distribution.
  19. .\" * - Neither the name of the MontaVista Software, Inc. nor the names of its
  20. .\" * contributors may be used to endorse or promote products derived from this
  21. .\" * software without specific prior written permission.
  22. .\" *
  23. .\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  24. .\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  25. .\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  26. .\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  27. .\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  28. .\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  29. .\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  30. .\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  31. .\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  32. .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  33. .\" * THE POSSIBILITY OF SUCH DAMAGE.
  34. .\" */
  35. .TH COROSYNC_CONF 5 2006-03-28 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
  36. .SH NAME
  37. corosync.conf - corosync executive configuration file
  38. .SH SYNOPSIS
  39. /etc/corosync.conf
  40. .SH DESCRIPTION
  41. The corosync.conf instructs the corosync executive about various parameters
  42. needed to control the corosync executive. Empty lines and lines starting with
  43. # character are ignored. The configuration file consists of bracketed top level
  44. directives. The possible directive choices are:
  45. .TP
  46. totem { }
  47. This top level directive contains configuration options for the totem protocol.
  48. .TP
  49. logging { }
  50. This top level directive contains configuration options for logging.
  51. .TP
  52. event { }
  53. This top level directive contains configuration options for the event service.
  54. .PP
  55. .PP
  56. It is also possible to specify the top level parameter
  57. .B compatibility.
  58. This directive indicates the level of compatibility requested by the user. The
  59. option whitetank can be specified to remain backward compatable with
  60. openais-0.80.z. The option none can be specified to only be compatable
  61. with corosync-1.Y.Z. Extra processing during configuration changes is
  62. required to remain backward compatable.
  63. The default is whitetank. (backwards compatibility)
  64. .PP
  65. .PP
  66. Within the
  67. .B totem
  68. directive, an interface directive is required. There is also one configuration
  69. option which is required:
  70. .PP
  71. .PP
  72. Within the
  73. .B interface
  74. sub-directive of totem there are four parameters which are required:
  75. .TP
  76. ringnumber
  77. This specifies the ring number for the interface. When using the redundant
  78. ring protocol, each interface should specify separate ring numbers to uniquely
  79. identify to the membership protocol which interface to use for which redundant
  80. ring. The ringnumber must start at 0.
  81. .TP
  82. bindnetaddr
  83. This specifies the network address the corosync executive should bind
  84. to. For example, if the local interface is 192.168.5.92 with netmask
  85. 255.255.255.0, set bindnetaddr to 192.168.5.0. If the local interface
  86. is 192.168.5.92 with netmask 255.255.255.192, set bindnetaddr to
  87. 192.168.5.64, and so forth.
  88. This may also be an IPV6 address, in which case IPV6 networking will be used.
  89. In this case, the full address must be specified and there is no automatic
  90. selection of the network interface within a specific subnet as with IPv4.
  91. If IPv6 networking is used, the nodeid field must be specified.
  92. .TP
  93. broadcast
  94. This is optional and can be set to yes. If it is set to yes, the broadcast
  95. address will be used for communication. If this option is set, mcastaddr
  96. should not be set.
  97. .TP
  98. mcastaddr
  99. This is the multicast address used by corosync executive. The default
  100. should work for most networks, but the network administrator should be queried
  101. about a multicast address to use. Avoid 224.x.x.x because this is a "config"
  102. multicast address.
  103. This may also be an IPV6 multicast address, in which case IPV6 networking
  104. will be used. If IPv6 networking is used, the nodeid field must be specified.
  105. .TP
  106. mcastport
  107. This specifies the UDP port number. It is possible to use the same multicast
  108. address on a network with the corosync services configured for different
  109. UDP ports.
  110. Please note corosync uses two UDP ports mcastport (for mcast receives) and
  111. mcastport - 1 (for mcast sends).
  112. If you have multiple clusters on the same network using the same mcastaddr
  113. please configure the mcastports with a gap.
  114. .PP
  115. .PP
  116. Within the
  117. .B totem
  118. directive, there are seven configuration options of which one is required,
  119. five are optional, and one is required when IPV6 is configured in the interface
  120. subdirective. The required directive controls the version of the totem
  121. configuration. The optional option unless using IPV6 directive controls
  122. identification of the processor. The optional options control secrecy and
  123. authentication, the redundant ring mode of operation, maximum network MTU,
  124. and number of sending threads, and the nodeid field.
  125. .TP
  126. version
  127. This specifies the version of the configuration file. Currently the only
  128. valid version for this directive is 2.
  129. .PP
  130. .PP
  131. .TP
  132. nodeid
  133. This configuration option is optional when using IPv4 and required when using
  134. IPv6. This is a 32 bit value specifying the node identifier delivered to the
  135. cluster membership service. If this is not specified with IPv4, the node id
  136. will be determined from the 32 bit IP address the system to which the system
  137. is bound with ring identifier of 0. The node identifier value of zero is
  138. reserved and should not be used.
  139. .TP
  140. clear_node_high_bit
  141. This configuration option is optional and is only relevant when no nodeid is
  142. specified. Some openais clients require a signed 32 bit nodeid that is greater
  143. than zero however by default openais uses all 32 bits of the IPv4 address space
  144. when generating a nodeid. Set this option to yes to force the high bit to be
  145. zero and therefor ensure the nodeid is a positive signed 32 bit integer.
  146. WARNING: The clusters behavior is undefined if this option is enabled on only
  147. a subset of the cluster (for example during a rolling upgrade).
  148. .TP
  149. secauth
  150. This specifies that HMAC/SHA1 authentication should be used to authenticate
  151. all messages. It further specifies that all data should be encrypted with the
  152. sober128 encryption algorithm to protect data from eavesdropping.
  153. Enabling this option adds a 36 byte header to every message sent by totem which
  154. reduces total throughput. Encryption and authentication consume 75% of CPU
  155. cycles in aisexec as measured with gprof when enabled.
  156. For 100mbit networks with 1500 MTU frame transmissions:
  157. A throughput of 9mb/sec is possible with 100% cpu utilization when this
  158. option is enabled on 3ghz cpus.
  159. A throughput of 10mb/sec is possible wth 20% cpu utilization when this
  160. optin is disabled on 3ghz cpus.
  161. For gig-e networks with large frame transmissions:
  162. A throughput of 20mb/sec is possible when this option is enabled on
  163. 3ghz cpus.
  164. A throughput of 60mb/sec is possible when this option is disabled on
  165. 3ghz cpus.
  166. The default is on.
  167. .TP
  168. rrp_mode
  169. This specifies the mode of redundant ring, which may be none, active, or
  170. passive. Active replication offers slightly lower latency from transmit
  171. to delivery in faulty network environments but with less performance.
  172. Passive replication may nearly double the speed of the totem protocol
  173. if the protocol doesn't become cpu bound. The final option is none, in
  174. which case only one network interface will be used to operate the totem
  175. protocol.
  176. If only one interface directive is specified, none is automatically chosen.
  177. If multiple interface directives are specified, only active or passive may
  178. be chosen.
  179. .TP
  180. netmtu
  181. This specifies the network maximum transmit unit. To set this value beyond
  182. 1500, the regular frame MTU, requires ethernet devices that support large, or
  183. also called jumbo, frames. If any device in the network doesn't support large
  184. frames, the protocol will not operate properly. The hosts must also have their
  185. mtu size set from 1500 to whatever frame size is specified here.
  186. Please note while some NICs or switches claim large frame support, they support
  187. 9000 MTU as the maximum frame size including the IP header. Setting the netmtu
  188. and host MTUs to 9000 will cause totem to use the full 9000 bytes of the frame.
  189. Then Linux will add a 18 byte header moving the full frame size to 9018. As a
  190. result some hardware will not operate properly with this size of data. A netmtu
  191. of 8982 seems to work for the few large frame devices that have been tested.
  192. Some manufacturers claim large frame support when in fact they support frame
  193. sizes of 4500 bytes.
  194. Increasing the MTU from 1500 to 8982 doubles throughput performance from 30MB/sec
  195. to 60MB/sec as measured with evsbench with 175000 byte messages with the secauth
  196. directive set to off.
  197. When sending multicast traffic, if the network frequently reconfigures, chances are
  198. that some device in the network doesn't support large frames.
  199. Choose hardware carefully if intending to use large frame support.
  200. The default is 1500.
  201. .TP
  202. threads
  203. This directive controls how many threads are used to encrypt and send multicast
  204. messages. If secauth is off, the protocol will never use threaded sending.
  205. If secauth is on, this directive allows systems to be configured to use
  206. multiple threads to encrypt and send multicast messages.
  207. A thread directive of 0 indicates that no threaded send should be used. This
  208. mode offers best performance for non-SMP systems.
  209. The default is 0.
  210. .TP
  211. vsftype
  212. This directive controls the virtual synchrony filter type used to identify
  213. a primary component. The preferred choice is YKD dynamic linear voting,
  214. however, for clusters larger then 32 nodes YKD consumes alot of memory. For
  215. large scale clusters that are created by changing the MAX_PROCESSORS_COUNT
  216. #define in the C code totem.h file, the virtual synchrony filter "none" is
  217. recommended but then AMF and DLCK services (which are currently experimental)
  218. are not safe for use.
  219. The default is ykd. The vsftype can also be set to none.
  220. .TP
  221. transport
  222. This directive controls the transport mechanism used. If the interface to
  223. which corosync is binding is Infiniband, you can specify the "iba" option. Any
  224. other option is ignored. Note Infiniband interfaces will use RDMA transport
  225. techniques and perform at higher bandwidths and lower latency than gige networks.
  226. The default is udp. The transport type can also be set to iba.
  227. Within the
  228. .B totem
  229. directive, there are several configuration options which are used to control
  230. the operation of the protocol. It is generally not recommended to change any
  231. of these values without proper guidance and sufficient testing. Some networks
  232. may require larger values if suffering from frequent reconfigurations. Some
  233. applications may require faster failure detection times which can be achieved
  234. by reducing the token timeout.
  235. .TP
  236. token
  237. This timeout specifies in milliseconds until a token loss is declared after not
  238. receiving a token. This is the time spent detecting a failure of a processor
  239. in the current configuration. Reforming a new configuration takes about 50
  240. milliseconds in addition to this timeout.
  241. The default is 1000 milliseconds.
  242. .TP
  243. token_retransmit
  244. This timeout specifies in milliseconds after how long before receiving a token
  245. the token is retransmitted. This will be automatically calculated if token
  246. is modified. It is not recommended to alter this value without guidance from
  247. the corosync community.
  248. The default is 238 milliseconds.
  249. .TP
  250. hold
  251. This timeout specifies in milliseconds how long the token should be held by
  252. the representative when the protocol is under low utilization. It is not
  253. recommended to alter this value without guidance from the corosync community.
  254. The default is 180 milliseconds.
  255. .TP
  256. token_retransmits_before_loss_const
  257. This value identifies how many token retransmits should be attempted before
  258. forming a new configuration. If this value is set, retransmit and hold will
  259. be automatically calculated from retransmits_before_loss and token.
  260. The default is 4 retransmissions.
  261. .TP
  262. join
  263. This timeout specifies in milliseconds how long to wait for join messages in
  264. the membership protocol.
  265. The default is 50 milliseconds.
  266. .TP
  267. send_join
  268. This timeout specifies in milliseconds an upper range between 0 and send_join
  269. to wait before sending a join message. For configurations with less then
  270. 32 nodes, this parameter is not necessary. For larger rings, this parameter
  271. is necessary to ensure the NIC is not overflowed with join messages on
  272. formation of a new ring. A reasonable value for large rings (128 nodes) would
  273. be 80msec. Other timer values must also change if this value is changed. Seek
  274. advice from the corosync mailing list if trying to run larger configurations.
  275. The default is 0 milliseconds.
  276. .TP
  277. consensus
  278. This timeout specifies in milliseconds how long to wait for consensus to be
  279. achieved before starting a new round of membership configuration. The minimum
  280. value for consensus must be 1.2 * token. This value will be automatically
  281. calculated at 1.2 * token if the user doesn't specify a consensus value.
  282. The default is 1200 milliseconds.
  283. .TP
  284. merge
  285. This timeout specifies in milliseconds how long to wait before checking for
  286. a partition when no multicast traffic is being sent. If multicast traffic
  287. is being sent, the merge detection happens automatically as a function of
  288. the protocol.
  289. The default is 200 milliseconds.
  290. .TP
  291. downcheck
  292. This timeout specifies in milliseconds how long to wait before checking
  293. that a network interface is back up after it has been downed.
  294. The default is 1000 millseconds.
  295. .TP
  296. fail_recv_const
  297. This constant specifies how many rotations of the token without receiving any
  298. of the messages when messages should be received may occur before a new
  299. configuration is formed.
  300. The default is 50 failures to receive a message.
  301. .TP
  302. seqno_unchanged_const
  303. This constant specifies how many rotations of the token without any multicast
  304. traffic should occur before the merge detection timeout is started.
  305. The default is 30 rotations.
  306. .TP
  307. heartbeat_failures_allowed
  308. [HeartBeating mechanism]
  309. Configures the optional HeartBeating mechanism for faster failure detection. Keep in
  310. mind that engaging this mechanism in lossy networks could cause faulty loss declaration
  311. as the mechanism relies on the network for heartbeating.
  312. So as a rule of thumb use this mechanism if you require improved failure in low to
  313. medium utilized networks.
  314. This constant specifies the number of heartbeat failures the system should tolerate
  315. before declaring heartbeat failure e.g 3. Also if this value is not set or is 0 then the
  316. heartbeat mechanism is not engaged in the system and token rotation is the method
  317. of failure detection
  318. The default is 0 (disabled).
  319. .TP
  320. max_network_delay
  321. [HeartBeating mechanism]
  322. This constant specifies in milliseconds the approximate delay that your network takes
  323. to transport one packet from one machine to another. This value is to be set by system
  324. engineers and please dont change if not sure as this effects the failure detection
  325. mechanism using heartbeat.
  326. The default is 50 milliseconds.
  327. .TP
  328. window_size
  329. This constant specifies the maximum number of messages that may be sent on one
  330. token rotation. If all processors perform equally well, this value could be
  331. large (300), which would introduce higher latency from origination to delivery
  332. for very large rings. To reduce latency in large rings(16+), the defaults are
  333. a safe compromise. If 1 or more slow processor(s) are present among fast
  334. processors, window_size should be no larger then 256000 / netmtu to avoid
  335. overflow of the kernel receive buffers. The user is notified of this by
  336. the display of a retransmit list in the notification logs. There is no loss
  337. of data, but performance is reduced when these errors occur.
  338. The default is 50 messages.
  339. .TP
  340. max_messages
  341. This constant specifies the maximum number of messages that may be sent by one
  342. processor on receipt of the token. The max_messages parameter is limited to
  343. 256000 / netmtu to prevent overflow of the kernel transmit buffers.
  344. The default is 17 messages.
  345. .TP
  346. rrp_problem_count_timeout
  347. This specifies the time in milliseconds to wait before decrementing the
  348. problem count by 1 for a particular ring to ensure a link is not marked
  349. faulty for transient network failures.
  350. The default is 2000 milliseconds.
  351. .TP
  352. rrp_problem_count_threshold
  353. This specifies the number of times a problem is detected with a link before
  354. setting the link faulty. Once a link is set faulty, no more data is
  355. transmitted upon it. Also, the problem counter is no longer decremented when
  356. the problem count timeout expires.
  357. A problem is detected whenever all tokens from the proceeding processor have
  358. not been received within the rrp_token_expired_timeout. The
  359. rrp_problem_count_threshold * rrp_token_expired_timeout should be atleast 50
  360. milliseconds less then the token timeout, or a complete reconfiguration
  361. may occur.
  362. The default is 10 problem counts.
  363. .TP
  364. rrp_token_expired_timeout
  365. This specifies the time in milliseconds to increment the problem counter for
  366. the redundant ring protocol after not having received a token from all rings
  367. for a particular processor.
  368. This value will automatically be calculated from the token timeout and
  369. problem_count_threshold but may be overridden. It is not recommended to
  370. override this value without guidance from the corosync community.
  371. The default is 47 milliseconds.
  372. .PP
  373. Within the
  374. .B logging
  375. directive, there are several configuration options which are all optional.
  376. .PP
  377. The following 3 options are valid only for the top level logging directive:
  378. .TP
  379. timestamp
  380. This specifies that a timestamp is placed on all log messages.
  381. The default is off.
  382. .TP
  383. fileline
  384. This specifies that file and line should be printed.
  385. The default is off.
  386. .TP
  387. function_name
  388. This specifies that the code function name should be printed.
  389. The default is off.
  390. .PP
  391. The following options are valid both for top level logging directive
  392. and they can be overriden in logger_subsys entries.
  393. .TP
  394. to_stderr
  395. .TP
  396. to_logfile
  397. .TP
  398. to_syslog
  399. These specify the destination of logging output. Any combination of
  400. these options may be specified. Valid options are
  401. .B yes
  402. and
  403. .B no.
  404. The default is syslog and stderr.
  405. Please note, if you are using to_logfile and want to rotate the file, use logrotate(8)
  406. with the option
  407. .B
  408. copytruncate.
  409. eg.
  410. .IP
  411. .RS
  412. .ne 18
  413. .nf
  414. .ta 4n 30n 33n
  415. /var/log/corosync.log {
  416. missingok
  417. compress
  418. notifempty
  419. daily
  420. rotate 7
  421. copytruncate
  422. }
  423. .ta
  424. .fi
  425. .RE
  426. .IP
  427. .PP
  428. .TP
  429. logfile
  430. If the
  431. .B to_logfile
  432. directive is set to
  433. .B yes
  434. , this option specifies the pathname of the log file.
  435. No default.
  436. .TP
  437. logfile_priority
  438. This specifies the logfile priority for this particular subsystem. Ignored if debug is on.
  439. Possible values are: alert, crit, debug (same as debug = on), emerg, err, info, notice, warning.
  440. The default is: info.
  441. .TP
  442. syslog_facility
  443. This specifies the syslog facility type that will be used for any messages
  444. sent to syslog. options are daemon, local0, local1, local2, local3, local4,
  445. local5, local6 & local7.
  446. The default is daemon.
  447. .TP
  448. syslog_priority
  449. This specifies the syslog level for this particular subsystem. Ignored if debug is on.
  450. Possible values are: alert, crit, debug (same as debug = on), emerg, err, info, notice, warning.
  451. The default is: info.
  452. .TP
  453. debug
  454. This specifies whether debug output is logged for this particular logger.
  455. The default is off.
  456. .TP
  457. tags
  458. This specifies which tags should be traced for this particular logger.
  459. Set debug directive to
  460. .B on
  461. in order to enable tracing using tags.
  462. Values are specified using a vertical bar as a logical OR separator:
  463. enter|leave|trace1|trace2|trace3|...
  464. The default is none.
  465. .PP
  466. Within the
  467. .B logging
  468. directive, logger_subsys directives are optional.
  469. .PP
  470. Within the
  471. .B logger_subsys
  472. sub-directive, all of the above logging configuration options are valid and
  473. can be used to override the default settings.
  474. The subsys entry, described below, is mandatory to identify the subsystem.
  475. .TP
  476. subsys
  477. This specifies the subsystem identity (name) for which logging is specified. This is the
  478. name used by a service in the log_init () call. E.g. 'CKPT'. This directive is
  479. required.
  480. .SH "FILES"
  481. .TP
  482. /etc/corosync.conf
  483. The corosync executive configuration file.
  484. .SH "SEE ALSO"
  485. .BR corosync_overview (8),
  486. .BR logrotate (8)
  487. .PP