]> git.proxmox.com Git - pve-cluster.git/commitdiff
test: add test for legacy corosync.conf
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Sep 2017 13:11:05 +0000 (15:11 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 20 Sep 2017 13:16:49 +0000 (15:16 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/test/corosync_configs/old.conf [new file with mode: 0644]

diff --git a/data/test/corosync_configs/old.conf b/data/test/corosync_configs/old.conf
new file mode 100644 (file)
index 0000000..7b12644
--- /dev/null
@@ -0,0 +1,29 @@
+logging {
+  debug: off
+  to_syslog: yes
+}
+
+nodelist {
+  node {
+    nodeid: 1
+    quorum_votes: 1
+    ring0_addr: prox1
+  }
+}
+
+quorum {
+  provider: corosync_votequorum
+}
+
+totem {
+  cluster_name: sea
+  config_version: 1
+  interface {
+    bindnetaddr: 192.168.0.42
+    ringnumber: 0
+  }
+  ip_version: ipv4
+  secauth: on
+  version: 2
+}
+