Bug 744685

Summary: [VDSM][vdsClient] - returns KeyError: 'statsList' while service is still in initializing state.
Product: [Retired] oVirt Reporter: yeylon <yeylon>
Component: vdsmAssignee: Haim <hateya>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: abaron, bazulay, danken, iheim, srevivo, yeylon, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-24 21:21:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description yeylon@redhat.com 2011-10-10 08:03:02 UTC
Description of problem:

[root@master-vds8 ~]# vdsClient -s 0 list table
Traceback (most recent call last):
  File "/usr/share/vdsm/vdsClient.py", line 1987, in <module>
    code, message = commands[command][0](commandArgs)
  File "/usr/share/vdsm/vdsClient.py", line 185, in do_list
    for s in self.s.getAllVmStats()['statsList']:
KeyError: 'statsList'



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Dan Kenigsberg 2011-10-24 21:21:34 UTC
solved together with bug 725540

*** This bug has been marked as a duplicate of bug 725540 ***