[pve-devel] [PATCH manager/docs] handle missed jobs better

Dominik Csapak d.csapak at proxmox.com
Wed Jun 1 12:23:17 CEST 2022


by adding a config option 'skip-missed' for jobs that skips the jobs
on pvescheduler start and when changing from disabled -> enabled

i did not use the systemd name 'persistent' since the name does
not really convey what it means, so i tried to come up with
a better name for it (the logic is just reversed from the systemd
variant, and our default is 0)

pve-manager:

Dominik Csapak (3):
  fix #4026: add 'skip-missed' option for jobs
  fix #4053: enable 'skip-missed' behaviour also for change from
    disabled->enabled
  ui: dc/Backup: add 'skip-missed' checkbox

 PVE/API2/Backup.pm          | 33 +++++++++++++++++++++++++++++----
 PVE/Jobs.pm                 |  5 +++++
 PVE/Jobs/Plugin.pm          |  6 ++++++
 PVE/Jobs/VZDump.pm          |  1 +
 PVE/Service/pvescheduler.pm |  6 +++++-
 www/manager6/dc/Backup.js   |  9 +++++++++
 6 files changed, 55 insertions(+), 5 deletions(-)

pve-docs:

Dominik Csapak (1):
  vzdump: add section about 'skip-missed'

 vzdump.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.30.2






More information about the pve-devel mailing list