Pulse/pkg
rcourtman be892f5e07 fix: match storage timeout errors without trailing slash
The error pattern `/storage/` only matched storage content endpoints
(`/storage/{name}/content`) but not the main storage list endpoint
(`/nodes/{node}/storage`).

This caused storage timeout errors like:
  Get ".../nodes/pve-100-224/storage": context deadline exceeded

to incorrectly mark cluster nodes as unhealthy, even though the timeout
was due to a slow cross-node storage query, not actual node connectivity
issues.

Fixes #754
2025-12-01 22:48:01 +00:00
..
agents style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
discovery Add unit tests for cloneProfile and clonePhase functions in discovery 2025-12-01 01:51:54 +00:00
fsfilters Extract filesystem filtering logic into pkg/fsfilters 2025-11-29 16:38:08 +00:00
pbs test: add unit tests for pkg/pbs 2025-11-26 14:15:49 +00:00
pmg Add unit tests for PMG flexible JSON type parsers 2025-11-30 03:04:12 +00:00
proxmox fix: match storage timeout errors without trailing slash 2025-12-01 22:48:01 +00:00
tlsutil test: add unit tests for pkg/tlsutil 2025-11-26 14:14:34 +00:00