Created attachment 566284[details]
vdsm log
Description of problem:
i am running suspend VM from rest api which call for HibernateVmCommand on backend.
this is actually a migration to file that fail on VDSM:
Thread-294::ERROR::2012-02-28 11:35:31,748::vm::239::vm.Vm::(run) vmId=`96e44249-8e77-40b7-9b8f-a85f6b18143c`::Traceback (most recent call last):
File "/usr/share/vdsm/vm.py", line 222, in run
self._startUnderlyingMigration()
File "/usr/share/vdsm/libvirtvm.py", line 398, in _startUnderlyingMigration
fname = self._vm.cif.prepareVolumePath(self._dst)
File "/usr/share/vdsm/clientIF.py", line 173, in prepareVolumePath
if drive['device'] == 'disk' and vm.isVdsmImage(drive):
KeyError: 'device'
Created attachment 566284 [details] vdsm log Description of problem: i am running suspend VM from rest api which call for HibernateVmCommand on backend. this is actually a migration to file that fail on VDSM: Thread-294::ERROR::2012-02-28 11:35:31,748::vm::239::vm.Vm::(run) vmId=`96e44249-8e77-40b7-9b8f-a85f6b18143c`::Traceback (most recent call last): File "/usr/share/vdsm/vm.py", line 222, in run self._startUnderlyingMigration() File "/usr/share/vdsm/libvirtvm.py", line 398, in _startUnderlyingMigration fname = self._vm.cif.prepareVolumePath(self._dst) File "/usr/share/vdsm/clientIF.py", line 173, in prepareVolumePath if drive['device'] == 'disk' and vm.isVdsmImage(drive): KeyError: 'device'