summaryrefslogtreecommitdiff
path: root/test/lib/test-corosync-conf
blob: e04be73998fa8a38b7a4888eaf44167065078c61 (plain)
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
}