| Summary: | Exception in agent.log after hosted vm migration | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Artyom <alukiano> | ||||
| Component: | ovirt-hosted-engine-ha | Assignee: | Doron Fediuck <dfediuck> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Artyom <alukiano> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3.0 | CC: | alukiano, dfediuck, gpadgett, mavital, sherold | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | sla | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-09-24 08:01:06 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Note that the exception here is harmless. The agent on the migration source host expects to see a "migration done" status which won't show up in certain cases (engine-initiated migration), but by this point the vm is gone and the agent switches to "off" state anyway as it should. Are you still able to reproduce it with the current versions? Not tried, if you want I can try it on newer version of 3.4. (In reply to Artyom from comment #3) > Not tried, if you want I can try it on newer version of 3.4. Yes please. Still receive this one on source host:
MainThread::ERROR::2014-07-17 17:42:34,094::hosted_engine::763::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(_monitor_migration) Failed to migrate
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py", line 759, in _monitor_migration
vm_id,
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/vds_client.py", line 85, in run_vds_client_cmd
response['status']['message'])
DetailedError: Error 1 from migrateStatus: Virtual machine does not exist
ovirt-hosted-engine-ha-1.1.2-5.el6ev.noarch
Since this is harmless, pushing forward. |
Created attachment 837369 [details] logs Description of problem: After hosted-engine vm migration, appear exception in agent.log Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py", line 1350, in _handle_migrate_monitor vm_id, File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/vds_client.py", line 85, in run_vds_client_cmd response['status']['message']) DetailedError: Error 1 from migrateStatus: Virtual machine does not exist Version-Release number of selected component (if applicable): ovirt-hosted-engine-ha-0.1.0-0.9.rc.el6ev.noarch How reproducible: Always Steps to Reproduce: 1. Finish deploy process on two hosts(hosted-engine --deploy) 2. Migrate manually hosted-engine vm via UI 3. Actual results: Migration finish success, but appear new exception in agent.log Expected results: Migration finish success, without any exceptions in agent.log Additional info: