Merge branch 'main' into feat/cluster-config-ha

This commit is contained in:
GoodOlClint
2026-03-24 18:41:20 -05:00
committed by GitHub
6 changed files with 433 additions and 229 deletions
+2 -1
View File
@@ -550,8 +550,9 @@ namespace PSProxmoxVE.Core.Services
client.PostAsync($"nodes/{Uri.EscapeDataString(node)}/qemu/{vmid}/agent/ping").GetAwaiter().GetResult();
return true;
}
catch
catch (PSProxmoxVE.Core.Exceptions.PveApiException)
{
// Treat API-level failures for this endpoint as "guest agent not responding".
return false;
}
finally