Change in vdsm[master]: vdsmd: remove reconfigure sanlock on 'reconfigure' verb

Alon Bar-Lev alonbl at redhat.com
Sun Aug 25 10:46:54 UTC 2013


Alon Bar-Lev has uploaded a new change for review.

Change subject: vdsmd: remove reconfigure sanlock on 'reconfigure' verb
......................................................................

vdsmd: remove reconfigure sanlock on 'reconfigure' verb

reconfigure sanlock is perform at every restart, so there is no need for
performing that on reconfigure target.

if it is required, we need vdsm-tool configure or similar verb, as
systemd does not support custom targets.

Change-Id: I61a4e99396b15e67b2c9385b654e981a1d7c3429
Signed-off-by: Alon Bar-Lev <alonbl at redhat.com>
---
M vdsm/vdsmd.init.in
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/66/18466/1

diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in
index 1bdb911..c048730 100755
--- a/vdsm/vdsmd.init.in
+++ b/vdsm/vdsmd.init.in
@@ -379,7 +379,6 @@
     reconfigure)
         # Jump over 'reconfigure'
         shift 1
-        reconfigure_sanlock
         reconfigure_libvirt "$@"
     RETVAL=$?
     ;;


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61a4e99396b15e67b2c9385b654e981a1d7c3429
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl at redhat.com>


More information about the vdsm-patches mailing list