Change in vdsm[master]: status: logging status values before sending event

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Mon May 25 10:57:50 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: status: logging status values before sending event
......................................................................

status: logging status values before sending event


Change-Id: I7e266759ba0310dd83d6b65d9e3a63caacc0b637
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
---
M vdsm/virt/vm.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/80/41380/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index 78c2ece..b4349ff 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -403,6 +403,8 @@
             if 'exitReason' in self.conf:
                 stats['exitReason'] = self.conf['exitReason']
 
+        self.log.debug('Last status %s and evaluated status %s',
+                       self.lastStatus, vm_status['status'])
         self._notify('VM_status', stats)
 
     def _notify(self, operation, params):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e266759ba0310dd83d6b65d9e3a63caacc0b637
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list