summaryrefslogtreecommitdiff
path: root/test/lib/test-corosync-conf
blob: ccc958f1d12f3229ff160809bab0e80efcc7a549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# created by lvm test suite
totem {
        version: 2
        secauth: off
        cluster_name: test
}
nodelist {
        node {
                ring0_addr: @LOCAL_NODE@
                nodeid: 1
        }
}
quorum {
        provider: corosync_votequorum
}
logging {
        to_syslog: yes
}