All three of our PBS servers timeout with trying to list backups, regardless if we're trying to list all of them or just for a single CT/VM. This has made them essentially useless to us and we've had to revert back to using vzdumps.
We can sometimes get them to work if it select another PBS server and quickly click back a few times.
We have it setup for 1 PBS server to run all the backups for the cluster and the other two to sync from that one (and each other). This is due to the issue where only the last use PBS server can use the bitmap for a differential backup without it getting marked as dirty.
Our Prune job runs daily and have the following settings.
Does PBS keep a quick (sqlite db ??) listing of all the backups for quick reference or does it need to build the list from "scratch" each time ?
- The PBS servers are all version 2.2-7 and PVE cluster is all version 7.2-11
- We have sure the patches from ( https://git.proxmox.com/?p=pve-storage.git;a=commitdiff;h=c560cb58a5b92ce436eea34554b5d091d2acacde ) where in place.
- I'm not sure why this timeout isn't list as a advanced setting in the web gui for this storage type
- Tried increasing the timeout to 500
We can sometimes get them to work if it select another PBS server and quickly click back a few times.
We have it setup for 1 PBS server to run all the backups for the cluster and the other two to sync from that one (and each other). This is due to the issue where only the last use PBS server can use the bitmap for a differential backup without it getting marked as dirty.
Our Prune job runs daily and have the following settings.
- Keep Last 5
- Keep Daily 7
- Keep Monthly 2
- Keep Hourly 72
- Keep Weekly 2
- Keep Yearly 3
- SAS HDD
- 2x Intel(R) Xeon(R) Gold 5215
- 64G memory
- Mirrored OS SSD drives
- Raidz2 14x8TB HDD with a Mirrored special device (NVM).
- Our Deduplication Factor is 139.97
- We have
- CT 51 Groups, 4486 Snapshots
- VM 37 Groups, 3262 Snapshots
- Hosts 0/0
- Usage 61.82% (12.36 TB of 20.00 TB)
Does PBS keep a quick (sqlite db ??) listing of all the backups for quick reference or does it need to build the list from "scratch" each time ?