[pbs-devel] [PATCH proxmox-backup 2/2] verification: fix message in notification mail

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Nov 23 10:57:16 CET 2020


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 at 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






More information about the pbs-devel mailing list