Re: [pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-16 Thread Wolfgang Bumiller
This should be tagged [PATCH manager]. Some minor cleanup requests inline: On Fri, Oct 13, 2017 at 10:08:09AM +0200, Wolfgang Link wrote: > A email notification will be send for each job when the job fails. > This message will only send when an error occurs and the fail count is on 1. > --- > PV

[pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-13 Thread Wolfgang Link
A email notification will be send for each job when the job fails. This message will only send when an error occurs and the fail count is on 1. --- PVE/API2/Replication.pm | 18 -- PVE/CLI/pvesr.pm | 11 ++- bin/init.d/pvesr.service | 2 +- 3 files changed, 27 ins

Re: [pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-03 Thread Wolfgang Bumiller
On Tue, Oct 03, 2017 at 09:55:06AM +0200, Wolfgang Link wrote: > A email notification will be send for each job when the job fails. > This message will continued as long the job is failing. > --- > PVE/Replication.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/PVE

Re: [pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-03 Thread Philip Abernethy
On Tue, Oct 03, 2017 at 11:42:03AM +0200, Wolfgang Link wrote: > > Philip Abernethy hat am 3. Oktober 2017 um 10:20 > > geschrieben: > > > > > > On Tue, Oct 03, 2017 at 09:55:06AM +0200, Wolfgang Link wrote: > > > A email notification will be send for each job when the job fails. > > > This mes

Re: [pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-03 Thread Wolfgang Link
> Philip Abernethy hat am 3. Oktober 2017 um 10:20 > geschrieben: > > > On Tue, Oct 03, 2017 at 09:55:06AM +0200, Wolfgang Link wrote: > > A email notification will be send for each job when the job fails. > > This message will continued as long the job is failing. > > --- > > PVE/Replication.

Re: [pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-03 Thread Philip Abernethy
On Tue, Oct 03, 2017 at 09:55:06AM +0200, Wolfgang Link wrote: > A email notification will be send for each job when the job fails. > This message will continued as long the job is failing. > --- > PVE/Replication.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/PVE

[pve-devel] [PATCH guest-common] Send email when a replication job fails.

2017-10-03 Thread Wolfgang Link
A email notification will be send for each job when the job fails. This message will continued as long the job is failing. --- PVE/Replication.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE/Replication.pm b/PVE/Replication.pm index e53928e..0075b45 100644 --- a/PVE/