[pve-devel] [PATCH v2 guest-common/manager 0/4] vzdump: add 'notification-mode' parameter

Lukas Wagner l.wagner at proxmox.com
Tue Nov 21 11:22:04 CET 2023


This patch series adds the 'notification-mode' setting for backup jobs.
It allows users to choose between the 'old-style' notifications 
(mail to configured address, directly via a call to sendmail) or 
the 'new-style' notification system.

notification-mode has three possible values:
  - legacy-sendmail: Use old system, considering mailto/mailtnotification parameters
  - notification-system: Use the new system (always sending a notification, irregardless 
    of success/failure. The user is supposed to configure filtering/matching in 
    notification settings)
  - auto: use old system if mailto is set, or new system if not

This should provide a fix/workaround for the users' reports of
  - double notifications (these happened in case mailto was set to the same address
    as root at pam)
  - notifications always being sent, even if 'mailnotification' is set to failure



pve-guest-common:

Lukas Wagner (1):
  vzdump: config: add 'notification-mode' param for backup jobs

 src/PVE/VZDump/Common.pm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)


pve-manager:

Lukas Wagner (3):
  vzdump: support 'notification-mode' parameter
  ui: backup jobs: add 'notification-mode' selector for backup jobs
  ui: backup: add 'notification-mode' param for one-shot backup jobs.

 PVE/VZDump.pm                 | 95 +++++++++++++++++++++--------------
 www/manager6/dc/Backup.js     | 33 +++++++++++-
 www/manager6/window/Backup.js | 25 +++++++++
 3 files changed, 115 insertions(+), 38 deletions(-)


Summary over all repositories:
  4 files changed, 129 insertions(+), 38 deletions(-)

-- 
murpp v0.4.0






More information about the pve-devel mailing list