Change in vdsm[ovirt-3.5]: getVMList: using internal function instead of vm.status

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Tue Mar 10 11:41:07 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: getVMList: using internal function instead of vm.status
......................................................................

getVMList: using internal function instead of vm.status


Bug-Url: https://bugzilla.redhat.com/1196735
Change-Id: Ia890342a95124f86d3f8f3de0d8b4042384b8b52
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
Label: ovirt-3.5 - broken backport
---
M vdsm/API.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/38513/1

diff --git a/vdsm/API.py b/vdsm/API.py
index 4b02327..1699ec5 100644
--- a/vdsm/API.py
+++ b/vdsm/API.py
@@ -1375,7 +1375,7 @@
 
         # To improve complexity, convert 'vms' to set(vms)
         vmSet = set(vmList)
-        vmlist = [v.status(fullStatus)
+        vmlist = [reportedStatus(v, fullStatus)
                   for v in self._cif.vmContainer.values()
                   if not vmSet or v.id in vmSet]
         if onlyUUID:


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

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


More information about the vdsm-patches mailing list