Description of problem:
When there is an error during migration, the vm stays locked. This lock lead to following migration trials failure, on CanDoAction: Cannot ${action} ${type}. VM ${VmName} is being migrated.
service ovirt-engine restart resolve the problem.
Version-Release number of selected component (if applicable):
is24.1
Steps to Reproduce:
1. Create a problem that will fail migration. (I blocked on destination host storage access iptables -A OUTPUT -d <storage server IP address> -j DROP
2. Migrate VM (migration is expected to start)
3. Migration VM fail (expected)
4. Fix storage access problem done in 1.
5. Try to migrate VM - and fail, though migrate should succeed.
Additional info:
engine.log error:
2013-11-24 14:14:04,911 WARN [org.ovirt.engine.core.bll.InternalMigrateVmCommand] (pool-5-thread-41) [eebcd8a] CanDoAction of action InternalMigrateVm failed. Reasons:VAR__ACTION__MIGRATE,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_IS_BEING_MIGRATED,$VmName test-1
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-0863.html
Description of problem: When there is an error during migration, the vm stays locked. This lock lead to following migration trials failure, on CanDoAction: Cannot ${action} ${type}. VM ${VmName} is being migrated. service ovirt-engine restart resolve the problem. Version-Release number of selected component (if applicable): is24.1 Steps to Reproduce: 1. Create a problem that will fail migration. (I blocked on destination host storage access iptables -A OUTPUT -d <storage server IP address> -j DROP 2. Migrate VM (migration is expected to start) 3. Migration VM fail (expected) 4. Fix storage access problem done in 1. 5. Try to migrate VM - and fail, though migrate should succeed. Additional info: engine.log error: 2013-11-24 14:14:04,911 WARN [org.ovirt.engine.core.bll.InternalMigrateVmCommand] (pool-5-thread-41) [eebcd8a] CanDoAction of action InternalMigrateVm failed. Reasons:VAR__ACTION__MIGRATE,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_IS_BEING_MIGRATED,$VmName test-1