VmReplicateDiskFinishVDSCommand and DeleteImageGroupVDSCommand are not called during Live Storage Migration and leaves unfinished jobs and locked disks
Description of problem:
After a LSM, one of 3 disks remains in "locked" state in the RHEV GUI and the LSM sequence won't be completed since the VmReplicateDiskFinishVDSCommand and DeleteImageGroupVDSCommand are not being called
The engine sequence below completes but VmReplicateDiskFinishVDSCommand and DeleteImageGroupVDSCommand are never executed after the SyncImageGroupDataVDSCommand.
CloneImageGroupStructureVDSCommand
VmReplicateDiskStartVDSCommand
SyncImageGroupDataVDSCommand
Version-Release number of selected component (if applicable):
rhevm-3.5.0-0.32.el6ev
vdsm-4.16.8.1-6.el6ev
Block Storage on both Storage Domains
Steps to Reproduce:
1. Perform a Live Migration Storage with more than 1 disk (3 in this case)
Actual results:
Jobs in the DB are in 'STARTED' state and the disk which didn't get move is in 'Locked' state
Expected results:
Jobs should be cleaned and the LSM procedure should complete with
Additional info: