summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster
diff options
context:
space:
mode:
authorJilju Joy <jijoy@redhat.com>2019-05-10 13:03:52 +0530
committerJilju Joy <jijoy@redhat.com>2019-05-10 13:03:52 +0530
commitc04c4a6507df415f1a337c79e357f26fa93e5308 (patch)
tree49e09da220cbfa3304b79dc2c3ae59dbc3b0f50c /glustolibs-gluster/glustolibs/gluster
parent2d33cccf0a91d2c72fe45872d8635696cc809a8d (diff)
Removing non-ASCII character from the file
Change-Id: Ib8a832901430da30f5f49686ba78b8fb2b76b8e7 Signed-off-by: Jilju Joy <jijoy@redhat.com>
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py b/glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py
index be257a67c..6722f07ad 100644
--- a/glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py
+++ b/glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py
@@ -1009,7 +1009,7 @@ def cluster_auth_setup(servers):
if ret != 0:
g.log.error("Failed to enable pcsd in %s", node)
- # Set a password for the user ‘hacluster’ on all the nodes
+ # Set a password for the user 'hacluster' on all the nodes
ret, _, _ = g.run(node, "echo hacluster | passwd --stdin hacluster")
if ret != 0:
g.log.error("unable to set password for hacluster on %s", node)