]> git.proxmox.com Git - proxmox-backup.git/commit
use jobstate mechanism for verify/garbage_collection schedules
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 24 Sep 2020 14:13:54 +0000 (16:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Sep 2020 15:06:12 +0000 (17:06 +0200)
commitd7a122a0262ca3532a183baec7ae8cfc35342e4d
tree6ab89954f638a504434cbaa836d8fc50f5158de9
parent6c25588e637930c22a1334e7a1fe9292fd2f2222
use jobstate mechanism for verify/garbage_collection schedules

also changes:
* correct comment about reset (replace 'sync' with 'action')
* check schedule change correctly (only when it is actually changed)

with this changes, we can drop the 'lookup_last_worker' method

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/api2/config/datastore.rs
src/bin/proxmox-backup-proxy.rs