From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 0BFAE1FF146 for ; Tue, 09 Jun 2026 09:16:31 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8B6276C4E; Tue, 9 Jun 2026 09:16:29 +0200 (CEST) Message-ID: Date: Tue, 9 Jun 2026 09:16:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [PATCH guest-common/manager v2 0/3] fix #5713: vzdump: add notification-mode none To: pve-devel@lists.proxmox.com References: <20260513103109.122977-1-e.fastermann@proxmox.com> Content-Language: en-US From: Erik Fastermann In-Reply-To: <20260513103109.122977-1-e.fastermann@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1780989340706 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.813 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: JONXRNSHAW5RQJXVN36ENPYNRQJN4ERD X-Message-ID-Hash: JONXRNSHAW5RQJXVN36ENPYNRQJN4ERD X-MailFrom: e.fastermann@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Gentle ping. This patch series still cleanly applies on master. On 5/13/26 12:29 PM, Erik Fastermann wrote: > Optionally disable sending notification mails with the new option > none for notification-mode in vzdump. > > Also includes an optional commit to add this to the ui. > > > pve-guest-common: > > Erik Fastermann (1): > fix #5713: vzdump: add notification-mode none > > src/PVE/VZDump/Common.pm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > > pve-manager: > > Erik Fastermann (2): > fix #5713: vzdump: add notification-mode none > ui: vzdump: add notification-mode none > > PVE/VZDump.pm | 2 ++ > www/manager6/window/Backup.js | 3 ++- > 2 files changed, 4 insertions(+), 1 deletion(-) > > > Summary over all repositories: > 3 files changed, 7 insertions(+), 3 deletions(-) >