]> git.proxmox.com Git - pve-manager.git/commit
fix #4053: don't run vzdump jobs when they change from disabled->enabled
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 13 Jun 2022 13:24:09 +0000 (15:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Jun 2022 15:21:56 +0000 (17:21 +0200)
commit0c8d7468153299cb8fe06d33cb8e7b76b87f0374
treec4bab79cf790d75dd645ecb684f612980f2c5e0d
parentc61c192e17d921b7907481ed0d44a14030857902
fix #4053: don't run vzdump jobs when they change from disabled->enabled

by updating the timestamp in the job state when enabled is changing
from 0 -> 1. We do it this way too in PBS for example, and is the more
sensible behaviour.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/API2/Backup.pm