[pbs-devel] [PATCH v1 proxmox-backup 0/5] add scheduled verification of datastore

Hannes Laimer h.laimer at proxmox.com
Fri Sep 18 10:34:02 CEST 2020


Adds support for scheduling the verification of datastores the same way
GC or Prune is scheduled.

Hannes Laimer (5):
  api2: add VERIFY_SCHEDULE_SCHEMA
  add verify_schedule field to DataStoreConfig
  api2: add optional verify-schdule field to create/update datastore
    endpoint
  ui: add verify-schedule field to edit datastore form
  add verification scheduling to proxmox-backup-proxy

 src/api2/config/datastore.rs    |  10 +++
 src/api2/types/mod.rs           |   5 ++
 src/bin/proxmox-backup-proxy.rs | 104 +++++++++++++++++++++++++++++++-
 src/config/datastore.rs         |   6 ++
 www/config/DataStoreConfig.js   |   5 +-
 www/window/DataStoreEdit.js     |   9 +++
 6 files changed, 136 insertions(+), 3 deletions(-)

-- 
2.20.1






More information about the pbs-devel mailing list