diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:48:59 +0000 |
commit | d835b2cae8abc71958b69362162e6a70c3d7ef63 (patch) | |
tree | 81052e3d2ce3e1bcda085f73d925e9d6257dec15 /test/unittests/corosync.conf.2 | |
parent | Initial commit. (diff) | |
download | crmsh-d835b2cae8abc71958b69362162e6a70c3d7ef63.tar.xz crmsh-d835b2cae8abc71958b69362162e6a70c3d7ef63.zip |
Adding upstream version 4.6.0.upstream/4.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/unittests/corosync.conf.2')
-rw-r--r-- | test/unittests/corosync.conf.2 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/test/unittests/corosync.conf.2 b/test/unittests/corosync.conf.2 new file mode 100644 index 0000000..0438451 --- /dev/null +++ b/test/unittests/corosync.conf.2 @@ -0,0 +1,58 @@ +# Please read the corosync.conf.5 manual page +totem { + version: 2 + + crypto_cipher: none + crypto_hash: none + + interface { + ringnumber: 0 + bindnetaddr: 10.16.35.0 + mcastport: 5405 + ttl: 1 + } + transport: udpu +} + +logging { + fileline: off + to_logfile: yes + to_syslog: yes + logfile: /var/log/cluster/corosync.log + debug: off + timestamp: on + logger_subsys { + subsys: QUORUM + debug: off + } +} + +nodelist { + node { + ring0_addr: 10.16.35.101 + nodeid: 1 + } + + node { + ring0_addr: 10.16.35.102 + nodeid: 2 + } + + node { + ring0_addr: 10.16.35.103 + } + + node { + ring0_addr: 10.16.35.104 + } + + node { + ring0_addr: 10.16.35.105 + } +} + +quorum { + # Enable and configure quorum subsystem (default: off) + # see also corosync.conf.5 and votequorum.5 + provider: corosync_votequorum +} |