Change in vdsm[master]: vm: event: do not send status event on startup

fromani at redhat.com fromani at redhat.com
Wed Jul 8 13:55:23 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: vm: event: do not send status event on startup
......................................................................

vm: event: do not send status event on startup

We send an explicit event, so no need to send implicitely
when we receive something from the libvirt event loop.

Change-Id: I2d2c1b1d1132e1d3792b1a8c8f9241b6e6eb3164
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm/virt/vm.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/43288/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index 6f9a2d7..d453ff9 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -799,7 +799,6 @@
             else:
                 self.log.exception("The vm start process failed")
                 self.setDownStatus(ERROR, vmexitreason.GENERIC_ERROR, str(e))
-        self.send_status_event()
 
     def _incomingMigrationPending(self):
         return 'migrationDest' in self.conf or 'restoreState' in self.conf


-- 
To view, visit https://gerrit.ovirt.org/43288
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d2c1b1d1132e1d3792b1a8c8f9241b6e6eb3164
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: automation at ovirt.org


More information about the vdsm-patches mailing list