diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 16:03:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 16:03:38 +0200 |
commit | 47223981bccbf79d81a0b17657539432dacf36e2 (patch) | |
tree | 16d8bfea48e7299041b0af03e6a0f5414604e6c7 /package/corosync/files | |
parent | 36f4b43cf5ecb25a02830eed9548acc22a5697a8 (diff) |
add pacemaker and update drbd
Diffstat (limited to 'package/corosync/files')
-rw-r--r-- | package/corosync/files/corosync.conf | 32 | ||||
-rw-r--r-- | package/corosync/files/corosync.conffiles | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/package/corosync/files/corosync.conf b/package/corosync/files/corosync.conf new file mode 100644 index 000000000..11fd9cf2d --- /dev/null +++ b/package/corosync/files/corosync.conf @@ -0,0 +1,32 @@ +aisexec { + user: root + group: root +} +service { + name: pacemaker + ver: 0 +} +totem { + version: 2 + secauth: on + threads: 0 + interface { + ringnumber: 0 + bindnetaddr: 192.168.1.0 + mcastaddr: 226.94.1.1 + mcastport: 5405 + } + netmtu: 8800 +} +logging { + debug: off + fileline: off + to_syslog: yes + to_stderr: no + syslog_facility: daemon + timestamp: on +} +amf { + mode: disabled +} + diff --git a/package/corosync/files/corosync.conffiles b/package/corosync/files/corosync.conffiles new file mode 100644 index 000000000..e24947d6b --- /dev/null +++ b/package/corosync/files/corosync.conffiles @@ -0,0 +1 @@ +/etc/corosync/corosync.conf |