mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-05 12:27:40 +00:00
4d9533ae36
Removing a node from a 2-node PVE cluster via REST API is not supported — the remaining node loses quorum mid-operation, causing "no quorum!" errors. PVE requires stopping corosync on the departing node first (pvecm expected 1), which is not available via the REST API. Replace removal tests with a final cluster state verification. Test infrastructure handles cleanup via reprovisioning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>