From c04c4a6507df415f1a337c79e357f26fa93e5308 Mon Sep 17 00:00:00 2001 From: Jilju Joy Date: Fri, 10 May 2019 13:03:52 +0530 Subject: Removing non-ASCII character from the file Change-Id: Ib8a832901430da30f5f49686ba78b8fb2b76b8e7 Signed-off-by: Jilju Joy --- glustolibs-gluster/glustolibs/gluster/nfs_ganesha_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit