From c7f809bad80041c93d660c3570fb1d13b846aacc Mon Sep 17 00:00:00 2001 From: Vitalii Koriakov Date: Wed, 5 Sep 2018 15:32:22 +0300 Subject: is_brick_mux_enabled misspelling fixes Change-Id: I61da7bbe3f5b64f7c93b291a5ada52cde37997d9 Signed-off-by: Vitalii Koriakov --- glustolibs-gluster/glustolibs/gluster/brickmux_ops.py | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit