Change in vdsm[master]: Don't fail hotplugNic operation when after hook fails

ybronhei at redhat.com ybronhei at redhat.com
Mon Nov 4 15:48:49 UTC 2013


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Don't fail hotplugNic operation when after hook fails
......................................................................

Don't fail hotplugNic operation when after hook fails

Change-Id: I8df7812cee7632addf87f7dc1c49182f55c51e8e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1015171
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M vdsm/hooks.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/76/20876/1

diff --git a/vdsm/hooks.py b/vdsm/hooks.py
index a801a15..c983326 100644
--- a/vdsm/hooks.py
+++ b/vdsm/hooks.py
@@ -251,7 +251,7 @@
 
 def after_nic_hotplug(nicxml, vmconf={}, params={}):
     return _runHooksDir(nicxml, 'after_nic_hotplug', vmconf=vmconf,
-                        params=params)
+                        params=params, raiseError=False)
 
 
 def before_nic_hotunplug(nicxml, vmconf={}, params={}):


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

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