mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-03 18:55:33 +00:00
e0960d9c18
The "2 nodes online" check has never passed — run 159 shows the identical failure while the job reported success (swallowed Pester exit code), and run 170's 60 s poll expires with node B still online=0. Node B reaches corosync.conf (Get-PveClusterConfigNode passes) but never becomes a corosync member, and the suite captures nothing about why. Pass link0 explicitly so ring0 is the address the harness verified node B answers on, rather than whatever node B resolves its own DHCP-assigned .test.local hostname to. Dump quorate and each node's ring0/online/local unconditionally so the next run distinguishes a wrong ring0 address from a working address with no corosync transport. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>