From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 2/2] verification: fix message in notification mail
Date: Mon, 23 Nov 2020 10:57:16 +0100 [thread overview]
Message-ID: <20201123095716.2834207-2-f.gruenbichler@proxmox.com> (raw)
In-Reply-To: <20201123095716.2834207-1-f.gruenbichler@proxmox.com>
the errors Vec can contain failed groups as well (e.g., if a group has
no or an invalid owner).
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
src/server/email_notifications.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/server/email_notifications.rs b/src/server/email_notifications.rs
index 7a835e3f..8bfc5f55 100644
--- a/src/server/email_notifications.rs
+++ b/src/server/email_notifications.rs
@@ -81,7 +81,7 @@ const VERIFY_ERR_TEMPLATE: &str = r###"
Job ID: {{job.id}}
Datastore: {{job.store}}
-Verification failed on these snapshots:
+Verification failed on these snapshots/groups:
{{#each errors}}
{{this~}}
--
2.20.1
next prev parent reply other threads:[~2020-11-23 9:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 9:57 [pbs-devel] [PATCH proxmox-backup 1/2] verification job: log failed dirs Fabian Grünbichler
2020-11-23 9:57 ` Fabian Grünbichler [this message]
2020-11-24 7:35 ` [pbs-devel] applied: [PATCH proxmox-backup 2/2] verification: fix message in notification mail Thomas Lamprecht
2020-11-24 7:35 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] verification job: log failed dirs Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201123095716.2834207-2-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.