Bug 744685 - [VDSM][vdsClient] - returns KeyError: 'statsList' while service is still in initializing state.
Summary: [VDSM][vdsClient] - returns KeyError: 'statsList' while service is still in i...
Keywords:
Status: CLOSED DUPLICATE of bug 725540
Alias: None
Product: oVirt
Classification: Retired
Component: vdsm
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Haim
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-10 08:03 UTC by yeylon@redhat.com
Modified: 2016-04-18 06:42 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-24 21:21:34 UTC
oVirt Team: ---


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.