File: corosync.conf

package info (click to toggle)
pcs 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,148 kB
  • sloc: python: 238,810; xml: 20,833; ruby: 13,203; makefile: 1,595; sh: 484
file content (29 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (5)
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
totem {
    version: 2
    secauth: off
    cluster_name: test99
    transport: udpu
    config_version: 9
}

nodelist {
    node {
        ring0_addr: rh7-1
        nodeid: 1
        name: rh7-1
    }

    node {
        ring0_addr: rh7-2
        nodeid: 2
        name: rh7-2
    }
}

quorum {
    provider: corosync_votequorum
}

logging {
    to_syslog: yes
}