File: test-corosync-conf

package info (click to toggle)
lvm2 2.03.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,920 kB
  • sloc: ansic: 180,675; sh: 42,231; python: 6,554; makefile: 2,079; cpp: 1,258; ruby: 66; awk: 20
file content (28 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
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
# created by lvm test suite
totem {
        version: 2
        secauth: off
        cluster_name: test
        interface {
            ingnumber: 0
            bindnetaddr: 127.0.0.1
            mcastaddr: 239.255.255.100
            mcastport: 5405
            ttl: 1
        }
}
nodelist {
        node {
                ring0_addr: @LOCAL_NODE@
                nodeid: 1
        }
}
quorum {
        provider: corosync_votequorum
        expected_votes: 1
        two_node: 0
}
logging {
        to_syslog: yes
}