* [pve-devel] [PATCH guest-common] backup job: remove 'notification-policy' and 'notification-target' options
@ 2025-06-12 11:06 Lukas Wagner
2025-06-24 11:29 ` [pve-devel] superseded: " Lukas Wagner
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2025-06-12 11:06 UTC (permalink / raw)
To: pve-devel
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.",
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] superseded: [PATCH guest-common] backup job: remove 'notification-policy' and 'notification-target' options
2025-06-12 11:06 [pve-devel] [PATCH guest-common] backup job: remove 'notification-policy' and 'notification-target' options Lukas Wagner
@ 2025-06-24 11:29 ` Lukas Wagner
0 siblings, 0 replies; 2+ messages in thread
From: Lukas Wagner @ 2025-06-24 11:29 UTC (permalink / raw)
To: pve-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-24 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-12 11:06 [pve-devel] [PATCH guest-common] backup job: remove 'notification-policy' and 'notification-target' options Lukas Wagner
2025-06-24 11:29 ` [pve-devel] superseded: " Lukas Wagner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal