mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
402334671d
The cluster client was incorrectly marking nodes as unhealthy when encountering VM-specific QEMU guest agent errors. This caused storage and backup operations to fail with "no healthy nodes available" even though the nodes were actually accessible. Changes: - Added broader detection for guest agent errors in executeWithFailover - Updated recovery logic to ignore VM-specific errors when recovering nodes - Guest agent errors no longer affect node health status This fixes the issue where users with clusters would see storage and backup operations fail after any VM without a guest agent was queried.