Change in vdsm[master]: Changing sanlock not configured print

ybronhei at redhat.com ybronhei at redhat.com
Mon Feb 3 16:58:25 UTC 2014


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Changing sanlock not configured print
......................................................................

Changing sanlock not configured print

Instead of asking for restart sanlock service, just prompt sanlock
service is not configured. Restart the service might not be enough if
sanlock configure didn't run before and set the supplementary groups.

Change-Id: I0595f82e710fb023804eada172332cbf95bb0c80
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M lib/vdsm/tool/configurator.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/24012/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index 9e47618..561b16e 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -174,7 +174,7 @@
                 raise
 
         if not configured:
-            sys.stdout.write("sanlock service requires restart\n")
+            sys.stdout.write("sanlock service is not configured\n")
         else:
             sys.stdout.write("sanlock service is already configured\n")
 


-- 
To view, visit http://gerrit.ovirt.org/24012
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0595f82e710fb023804eada172332cbf95bb0c80
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list