I installed a test-cluster with three nodes and wanted to test the redundant ring for corosync. On the first node I executed
pvecm create testcluster -bindnet0_addr 172.26.1.1 -ring0_addr 172.26.1.1 -bindnet1_addr 172.28.1.1 -ring1_addr 172.28.1.1
On the second node I did this:
pvecm add...