summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster/heal_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster/heal_ops.py')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/heal_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/heal_ops.py b/glustolibs-gluster/glustolibs/gluster/heal_ops.py
index daae9a37d..c200f5c11 100644
--- a/glustolibs-gluster/glustolibs/gluster/heal_ops.py
+++ b/glustolibs-gluster/glustolibs/gluster/heal_ops.py
@@ -184,7 +184,7 @@ def heal_info_summary(mnode, volname):
The third element 'err' is of type 'str' and is the stderr value
of the command execution.
"""
- cmd = ("gluster volume heal %s info | grep 'entries\|Brick\|Status'" %
+ cmd = (r"gluster volume heal %s info | grep 'entries\|Brick\|Status'" %
volname)
return g.run(mnode, cmd)