From 33c3d5242417fffb479bb6a7c6a39fb3d4245f88 Mon Sep 17 00:00:00 2001 From: Andreas Hamacher <andreas.hamacher@monash.edu> Date: Tue, 13 Apr 2021 10:48:34 +0000 Subject: [PATCH] Update detect-gluster-problems.py.j2 --- roles/gluster-monitor/templates/detect-gluster-problems.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gluster-monitor/templates/detect-gluster-problems.py.j2 b/roles/gluster-monitor/templates/detect-gluster-problems.py.j2 index 67a820f8..05d20981 100644 --- a/roles/gluster-monitor/templates/detect-gluster-problems.py.j2 +++ b/roles/gluster-monitor/templates/detect-gluster-problems.py.j2 @@ -66,7 +66,7 @@ def Test2(): if (NoOfSplitBrains!=0): error("Number of Split Brains is {}".format(NoOfSplitBrains)) except subprocess.CalledProcessError as error: - error("Test1: \nPlease contact mcc-help@monash.edu \n error code", error.returncode, error.output) + error("Test2: \nPlease contact mcc-help@monash.edu \n error code", error.returncode, error.output) sys.exit(1) ############################## -- GitLab