[pve-devel] applied: [PATCH manager v7 05/19] api: replication: add 'job-id' to notification metadata

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Jul 4 15:08:13 CEST 2024


since this one is independent of the things with open questions.

Quoting Lukas Wagner (2024-06-10 10:40:24)
> This allows users to create notification match rules for specific
> replication jobs, if they so desire.
> 
> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
>  PVE/API2/Replication.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm
> index d84ac1ab..6208a1a2 100644
> --- a/PVE/API2/Replication.pm
> +++ b/PVE/API2/Replication.pm
> @@ -123,8 +123,8 @@ my sub _handle_job_err {
>      };
>  
>      my $metadata_fields = {
> -       # TODO: Add job-id?
>         type => "replication",
> +       "job-id" => $job->{id},
>      };
>  
>      eval {
> -- 
> 2.39.2
> 
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 
>




More information about the pve-devel mailing list