[pbs-devel] applied-series: [PATCH v9 proxmox 0/9] fix #5982: check atime update is honored

Thomas Lamprecht t.lamprecht at proxmox.com
Sat Apr 5 19:12:37 CEST 2025


Am 05.04.25 um 11:05 schrieb Christian Ebner:
> proxmox:
> 
> Christian Ebner (2):
>   pbs api types: add garbage collection atime safety check flag
>   pbs api types: add option to set GC chunk cleanup atime cutoff
> 
>  pbs-api-types/src/datastore.rs | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> proxmox-backup:
> 
> Christian Ebner (7):
>   chunk store: set file ownership on chunk insert as root user
>   fix #5982: garbage collection: check atime updates are honored
>   ui: expose GC atime safety check flag in datastore tuning options
>   docs: mention GC atime update check for tuning options
>   datastore: use custom GC atime cutoff if set
>   ui: expose GC atime cutoff in datastore tuning option
>   docs: mention gc-atime-cutoff as datastore tuning option
> 
>  docs/storage.rst                 | 16 +++++-
>  pbs-datastore/src/chunk_store.rs | 90 +++++++++++++++++++++++++++-----
>  pbs-datastore/src/datastore.rs   | 39 +++++++++++++-
>  src/api2/config/datastore.rs     | 28 +++++++---
>  www/Utils.js                     |  9 ++++
>  www/datastore/OptionView.js      | 24 +++++++++
>  6 files changed, 184 insertions(+), 22 deletions(-)
> 

applied series, thanks!

I slightly reworked the tuning options in a follow-up, but was mostly
pre-existing. Can certainly be improved even more, but should be OK
enough for now and the ROI is not that huge here.




More information about the pbs-devel mailing list