From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 7FAE11FF16F for <inbox@lore.proxmox.com>; Tue, 24 Jun 2025 13:29:56 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3040F35286; Tue, 24 Jun 2025 13:30:30 +0200 (CEST) Message-ID: <fe164de7-8b03-4453-a9f6-faddb17c2918@proxmox.com> Date: Tue, 24 Jun 2025 13:29:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pve-devel@lists.proxmox.com References: <20250612110616.172416-1-l.wagner@proxmox.com> Content-Language: de-AT, en-US From: Lukas Wagner <l.wagner@proxmox.com> In-Reply-To: <20250612110616.172416-1-l.wagner@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.020 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 Subject: [pve-devel] superseded: [PATCH guest-common] backup job: remove 'notification-policy' and 'notification-target' options X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> Superseded-by: https://lore.proxmox.com/all/20250624112817.132312-1-l.wagner@proxmox.com/T/#t On 2025-06-12 13:06, Lukas Wagner wrote: > Those were only used in the first iteration of the new notification > stack, which unfortunately hit pvetest too soon. These two keys have no > effect and were proactively removed by the GUI when changing > backup job settings. > > The pve8to9 script will gain a check to check for any left-over keys. > > Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> > --- > Intended for PVE 9 > > src/PVE/VZDump/Common.pm | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm > index 8fce316..f816ab0 100644 > --- a/src/PVE/VZDump/Common.pm > +++ b/src/PVE/VZDump/Common.pm > @@ -230,19 +230,6 @@ my $confdesc = { > enum => ['auto', 'legacy-sendmail', 'notification-system'], > default => 'auto', > }, > - 'notification-policy' => { > - type => 'string', > - description => "Deprecated: Do not use", > - optional => 1, > - enum => [ 'always', 'failure', 'never'], > - default => 'always', > - }, > - 'notification-target' => { > - type => 'string', > - format => 'pve-configid', > - description => "Deprecated: Do not use", > - optional => 1, > - }, > tmpdir => { > type => 'string', > description => "Store temporary files to specified directory.", -- - Lukas _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel