summaryrefslogtreecommitdiff
path: root/test/lib/test-corosync-conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test-corosync-conf')
-rw-r--r--test/lib/test-corosync-conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/lib/test-corosync-conf b/test/lib/test-corosync-conf
new file mode 100644
index 000000000..ccc958f1d
--- /dev/null
+++ b/test/lib/test-corosync-conf
@@ -0,0 +1,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
+}
+