proxmox-backup/pbs-datastore
Christian Ebner daa9d0a9d5 datastore: use custom GC atime cutoff if set
Use the user configured atime cutoff over the default 24h 5m
margin if explicitly set, otherwise fallback to the default.

Move the minimum atime calculation based on the atime cutoff to the
sweep_unused_chunks() callside and pass in the calculated values, as
to have the logic in the same place.

Add log outputs shownig which cutoff and minimum access time is used
by the garbage collection.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2025-04-05 13:18:22 +02:00
..
examples pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
src datastore: use custom GC atime cutoff if set 2025-04-05 13:18:22 +02:00
Cargo.toml fix #3935: datastore/api/backup: move datastore locking to '/run' 2025-03-26 16:21:43 +01:00