We have an easy way to check the syntax of the corosync config:
However, I see that
Read more
corosync -t -c /etc/pve/corosync.confHowever, I see that
pve7to8 will check the semantics of the corosync config. For example:
Code:
Checking nodelist entries..
WARN: pve1: ring0_addr 'pve1-corosync-0' resolves to '172.16.3.31'.
Consider replacing it with the currently resolved IP address.
WARN: pve2: ring0_addr 'pve2-corosync-0' resolves to '172.16.3.32'.
Consider replacing it with the currently...
Read more