mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-11 04:43:59 +00:00
When two standalone (non-clustered) PVE hosts share the same storage (NFS, etc.), both instances see the same backup files during polling. Each instance creates its own StorageBackup entry, causing guests with the same VMID on different hosts to incorrectly show each other's backups. Detect shared-storage duplicates by checking if the same volid appears across multiple instances. When it does AND the VMID is ambiguous (exists on multiple instances), skip the backup in SyncGuestBackupTimes rather than guessing which instance owns it. This uses the same ambiguity pattern already applied to PBS backups. Fixes #1177 |
||
|---|---|---|
| .. | ||
| concurrency_test.go | ||
| converters.go | ||
| converters_additional_test.go | ||
| converters_test.go | ||
| models.go | ||
| models_frontend.go | ||
| organization.go | ||
| organization_additional_test.go | ||
| profile_validation.go | ||
| profile_validation_additional_test.go | ||
| profile_validation_test.go | ||
| profiles.go | ||
| state_additional_test.go | ||
| state_docker_test.go | ||
| state_host_test.go | ||
| state_snapshot.go | ||