[pbs-devel] applied: [PATCH proxmox{, -backup} v4 00/12] parallelize chunk reads in verification

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 14 23:17:36 CET 2025


Am 13.11.25 um 10:31 schrieb Nicolas Frey:
> proxmox-backup:
> 
> Nicolas Frey (9):
>   verify: correct typo in comment
>   verify: introduce new state struct
>   verify: refactor into associated functions to use new state struct
>   verify: move chunk loading into parallel handler
>   verify: determine the number of threads to use with
>     {read,verify}-threads
>   verify: add {read,verify}-threads to update endpoint
>   verify: add {read,verify}-threads to api schema in backup manager
>   ui: verify: add option to set number of threads for job
>   docs: verify: document {read,verify}-threads and update screenshot
> 
>  .../pbs-gui-datastore-verifyjob-add.png       | Bin 15455 -> 41433 bytes
>  docs/maintenance.rst                          |  11 +-
>  src/api2/admin/datastore.rs                   |  16 +-
>  src/api2/backup/environment.rs                |   4 +-
>  src/api2/config/verify.rs                     |  16 ++
>  src/backup/verify.rs                          | 171 +++++++++++-------
>  src/bin/proxmox-backup-manager.rs             |  11 +-
>  src/server/verify_job.rs                      |   7 +-
>  www/window/VerifyAll.js                       |  18 ++
>  www/window/VerifyJobEdit.js                   |  24 +++
>  10 files changed, 210 insertions(+), 68 deletions(-)
> 
> 
> Summary over all repositories:
>   11 files changed, 246 insertions(+), 73 deletions(-)
> 


applied now PBS part but skipped the docs patch for now, thanks!




More information about the pbs-devel mailing list