Change in vdsm[master]: fix for after_vm_dehibernate hook not being called

ahadas at redhat.com ahadas at redhat.com
Thu Jun 13 08:55:38 UTC 2013


Arik Hadas has uploaded a new change for review.

Change subject: fix for after_vm_dehibernate hook not being called
......................................................................

fix for after_vm_dehibernate hook not being called

Due to what seems to be a copy-paste or typo problem, the
after_vm_hibernate hook was called instead of after_vm_dehibernate
hook after the vm is being dehibernated. This patch correct that call.

Change-Id: I6851c1253efe2fc4a9fbf4568b930b598df45680
Signed-off-by: Arik Hadas <ahadas at redhat.com>
---
M vdsm/hooks.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/15656/1

diff --git a/vdsm/hooks.py b/vdsm/hooks.py
index f188956..ddb230a 100644
--- a/vdsm/hooks.py
+++ b/vdsm/hooks.py
@@ -192,7 +192,7 @@
 
 
 def after_vm_dehibernate(domxml, vmconf={}):
-    return _runHooksDir(domxml, 'after_vm_hibernate', vmconf=vmconf,
+    return _runHooksDir(domxml, 'after_vm_dehibernate', vmconf=vmconf,
                         raiseError=False)
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6851c1253efe2fc4a9fbf4568b930b598df45680
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas at redhat.com>


More information about the vdsm-patches mailing list