summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster
diff options
context:
space:
mode:
authorVitalii Koriakov <vkoriako@redhat.com>2018-09-05 15:32:22 +0300
committerVitalii Koriakov <vkoriako@redhat.com>2018-09-05 15:32:22 +0300
commitc7f809bad80041c93d660c3570fb1d13b846aacc (patch)
tree18b162d5fc537ecf1d16c70bb67b74636285a431 /glustolibs-gluster/glustolibs/gluster
parent063bb78e60ffdb7573e0affaa8e40bf46638a750 (diff)
is_brick_mux_enabled misspelling fixes
Change-Id: I61da7bbe3f5b64f7c93b291a5ada52cde37997d9 Signed-off-by: Vitalii Koriakov <vkoriako@redhat.com>
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster')
-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.