Created attachment 933995[details]
vdsm+engine logs
Description of problem:
when creating a new glusterfs disk on a running vm,vdsm throws a fail messages:
GuestMonitor-vm_gluster::ERROR::2014-09-03 12:21:25,560::vm::549::vm.Vm::(_getDiskStats) vmId=`75317ee7-72d6-48a2-9955-fc148f0414a8`::Disk vdc stats not available
Traceback (most recent call last):
File "/usr/share/vdsm/virt/vm.py", line 545, in _getDiskStats
(eInfo[dName][1] - sInfo[dName][1]) / sampleInterval)
the disk seem to be created successfully though
Version-Release number of selected component (if applicable):
rc1.1
How reproducible:
100%
Steps to Reproduce:
1.have a running vm+disks
2.add a new glusterfs disk on the vm
Actual results:
vdsm throws several tracebacks and ERRORs
Expected results:
operation shouldn't throw that much ERRORs if its successfully executed
Additional info:
Created attachment 933995 [details] vdsm+engine logs Description of problem: when creating a new glusterfs disk on a running vm,vdsm throws a fail messages: GuestMonitor-vm_gluster::ERROR::2014-09-03 12:21:25,560::vm::549::vm.Vm::(_getDiskStats) vmId=`75317ee7-72d6-48a2-9955-fc148f0414a8`::Disk vdc stats not available Traceback (most recent call last): File "/usr/share/vdsm/virt/vm.py", line 545, in _getDiskStats (eInfo[dName][1] - sInfo[dName][1]) / sampleInterval) the disk seem to be created successfully though Version-Release number of selected component (if applicable): rc1.1 How reproducible: 100% Steps to Reproduce: 1.have a running vm+disks 2.add a new glusterfs disk on the vm Actual results: vdsm throws several tracebacks and ERRORs Expected results: operation shouldn't throw that much ERRORs if its successfully executed Additional info: