Change in vdsm[ovirt-3.5]: getAllVmStats: failing to parse vmids

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Tue Mar 10 15:57:00 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: getAllVmStats: failing to parse vmids
......................................................................

getAllVmStats: failing to parse vmids


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


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/38546/1

diff --git a/vdsm/API.py b/vdsm/API.py
index 1699ec5..bb750ec 100644
--- a/vdsm/API.py
+++ b/vdsm/API.py
@@ -1285,7 +1285,7 @@
         Get statistics of all running VMs.
         """
         hooks.before_get_all_vm_stats()
-        vms = self.getVMList()
+        vms = self.getVMList(onlyUUID=False)
         statsList = []
         for s in vms['vmList']:
             response = VM(s['vmId']).getStats(runHooks=False)


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

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