summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs')
-rwxr-xr-xglustolibs-gluster/glustolibs/gluster/brickmux_ops.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py b/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
index 031cf28b8..2fff05806 100755
--- a/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
+++ b/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
@@ -38,10 +38,9 @@ def get_brick_mux_status(mnode):
return out.strip()
-def is_brick_mux_enable(mnode):
+def is_brick_mux_enabled(mnode):
"""Gets brick multiplex status and checks for positive and negative states
-
Args:
mnode (str): Node on which cmd has to be executed.