mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
a9b5771d5c
- Add retry logic with delays to detectPVECluster function to handle API permission propagation - Periodically re-check standalone nodes to detect if they're actually part of a cluster - Increase timeout from 3 to 5 seconds for cluster detection attempts - Skip retries for definitively standalone nodes (501 not implemented errors) This addresses the issue where adding a PVE cluster doesn't detect it properly on first attempt, requiring deletion and re-adding to work correctly. The retry mechanism gives time for API permissions to fully propagate in Proxmox.