Change in vdsm[master]: Restart needed services after reconfigure libvirt

ybronhei at redhat.com ybronhei at redhat.com
Tue Oct 1 12:36:57 UTC 2013


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Restart needed services after reconfigure libvirt
......................................................................

Restart needed services after reconfigure libvirt

Without starting libvirtd service after reconfigure, nwfilter fails
to run.

Change-Id: Icf70a749454ea341d5b52220e16e9567b90431a0
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1013371
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M init/vdsmd_init_common.sh.in
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/19737/1

diff --git a/init/vdsmd_init_common.sh.in b/init/vdsmd_init_common.sh.in
index 38da542..5c8895c 100644
--- a/init/vdsmd_init_common.sh.in
+++ b/init/vdsmd_init_common.sh.in
@@ -55,7 +55,8 @@
 
 
 task_reconfigure_libvirt(){
-    "$VDSM_TOOL" libvirt-configure
+    "$VDSM_TOOL" libvirt-configure &&
+        "$VDSM_TOOL" libvirt-configure-services-restart
 }
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf70a749454ea341d5b52220e16e9567b90431a0
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