Skip to content
Snippets Groups Projects
Commit 33c3d524 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Update detect-gluster-problems.py.j2

parent 2e787b27
No related branches found
No related tags found
1 merge request!449Glustermonitor
......@@ -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)
##############################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment