summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/check_volume_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_volume_status.py b/plugins/check_volume_status.py
index 63494ea..444c7d3 100755
--- a/plugins/check_volume_status.py
+++ b/plugins/check_volume_status.py
@@ -90,7 +90,7 @@ def getVolumeSelfHealSplitBrainStatus(args):
out = ("UNKNOWN: Glusterd cannot be queried. %s" % '.'.join(e.err))
return utils.PluginStatusCode.UNKNOWN, out
except glustercli.GlusterCmdFailedException as e:
- out = ("Self heal status could not be determined. %s"
+ out = ("Volume split brain status could not be determined. %s"
% '.'.join(e.err))
return utils.PluginStatusCode.WARNING, out