ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / cluster / corosync / files / corosync.conf.example.openindiana
blob9cf5bd7559de887d35756590440c0d8dbf15e55f
1 # Please read the corosync.conf.5 manual page
3 # create /etc/corosync/authkey with corosync-keygen
4 # copy /etc/corosync/authkey to each node
5 # restrict access with chmod 400 /etc/corosync/authkey
7 totem {
8   cluster_name: example
9   version: 2
11   interface {
12     ringnumber: 0
13     bindnetaddr: 192.168.178.0
14     broadcast: yes
15     mcastport: 5405
16     ttl: 1
17   }
18   transport: udpu
21 logging {
22    fileline: on
23    function_name: on
24    to_stderr: on
25    to_logfile: on
26    to_syslog: off
27    syslog_facility: local6
28    logfile: /var/log/hacluster/corosync.log
29    debug: trace
30    logfile_priority: error
31    syslog_priority: error
32    tags: enter|leave|trace
33    timestamp: on
34 #   logger_subsys {
35 #      subsys: QUORUM
36 #      debug: off
37 # }
40 # expected_votes only to start with one node in the cluster !
41 quorum {
42   provider: corosync_votequorum
43   expected_votes: 1
44 #  two_node: 1
47 # already defined in SMF
48 #qb {
49 #  ipc_type: socket
52 nodelist {
53   node {
54     nodeid: 1
55     ring0_addr: FQDN or hostname
56   }