Asterisk + corosync on debian 10

Hello,

I use debian 10.5 and corosync 3.0.1-2+deb10u1 installed from package. And I have problem with configuring of corosync.

In this example
https://wiki.asterisk.org/wiki/display/AST/Corosync
asterisk should show following information

*CLI> corosync show members

=============================================================
=== Cluster members =========================================

===
=== Node 1
=== --> Group: asterisk
=== --> Address 1: <host #1 ip goes here>
=== Node 2
=== --> Group: asterisk
=== --> Address 1: <host #2 ip goes here>

=============================================================

but on my test machine it show like

*CLI> corosync show members

=============================================================
=== Cluster members =========================================

===
=== Node 1
=== --> Group: asterisk
=== --> Nodeid: 1
=== Node 2
=== --> Group: crmd
=== --> Nodeid: 1
=== Node 3
=== --> Group: crmd
=== --> Nodeid: 2
=== Node 4
=== --> Group: attrd
=== --> Nodeid: 1
=== Node 5
=== --> Group: attrd
=== --> Nodeid: 2
=== Node 6
=== --> Group: stonith-ng
=== --> Nodeid: 1
=== Node 7
=== --> Group: stonith-ng
=== --> Nodeid: 2
=== Node 8
=== --> Group: cib
=== --> Nodeid: 1
=== Node 9
=== --> Group: cib
=== --> Nodeid: 2
=== Node 10
=== --> Group: pacemakerd
=== --> Nodeid: 1
=== Node 11
=== --> Group: pacemakerd
=== --> Nodeid: 2

=============================================================

I used
https://manpages.debian.org/unstable/corosync/corosync.conf.5.en.html

Could you please share correct setting for corosync.conf for version 3.X?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.