Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
| Summary: |
[ovirt] [vdsm] flow-ID is not passed in migration flow |
| Product: |
[Retired] oVirt
|
Reporter: |
Haim <hateya> |
| Component: |
ovirt-engine-core | Assignee: |
Barak <bazulay> |
| Status: |
CLOSED
CURRENTRELEASE
|
QA Contact: |
|
| Severity: |
unspecified
|
Docs Contact: |
|
| Priority: |
unspecified
|
|
|
| Version: |
unspecified | CC: |
abaron, acathrow, bazulay, iheim, jkt, lyarwood, mgoldboi, michal.skrivanek, yeylon
|
| Target Milestone: |
--- | |
|
| Target Release: |
3.3 | |
|
| Hardware: |
Unspecified | |
|
| OS: |
Unspecified | |
|
| Whiteboard: |
virt |
|
Fixed In Version:
|
|
Doc Type:
|
Bug Fix
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2013-09-23 07:33:47 UTC
|
Type:
|
---
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
| Bug Depends On: |
|
|
|
| Bug Blocks: |
894399, 902971, 919413
|
|
|
Description of problem: scenario: - migrate vm using web-admin - backend send command to migrate vm to src host with flow-id: 2012-03-06 13:28:56,711 INFO [org.ovirt.engine.core.bll.MigrateVmCommand] (pool-5-thread-7) [1f93ac9a] Running command: MigrateVmCommand internal: false. Entities affected : ID: 6e7da0b2-a19f-4020-a9b6-4fd1982b61f6 Type: VM 2012-03-06 13:28:56,717 INFO [org.ovirt.engine.core.vdsbroker.MigrateVDSCommand] (pool-5-thread-7) [1f93ac9a] START, MigrateVDSCommand(vdsId = d05ed726-5bd5-11e1-b3d5-0fa1db0ec1ef, vmId=6e7da0b2-a19f-4020-a9b6-4fd1982b61f6, srcHost=nott-vds2.qa.lab.tlv.redhat.com, dstVdsId=a2859be4-5d35-11e1-886f-af102fbd5669, dstHost=nott-vds1.qa.lab.tlv.redhat.com:54321, migrationMethod=ONLINE), log id: 60cf6fb0 2012-03-06 13:28:56,719 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand] (pool-5-thread-7) [1f93ac9a] VdsBroker::migrate::Entered (vm_guid=6e7da0b2-a19f-4020-a9b6-4fd1982b61f6, srcHost=nott-vds2.qa.lab.tlv.redhat.com, dstHost=nott-vds1.qa.lab.tlv.redhat.com:54321, method=online 2012-03-06 13:28:56,719 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand] (pool-5-thread-7) [1f93ac9a] START, MigrateBrokerVDSCommand(vdsId = d05ed726-5bd5-11e1-b3d5-0fa1db0ec1ef, vmId=6e7da0b2-a19f-4020-a9b6-4fd1982b61f6, srcHost=nott-vds2.qa.lab.tlv.redhat.com, dstVdsId=a2859be4-5d35-11e1-886f-af102fbd5669, dstHost=nott-vds1.qa.lab.tlv.redhat.com:54321, migrationMethod=ONLINE), log id: 1f1b8003 2012-03-06 13:28:56,726 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand] (pool-5-thread-7) [1f93ac9a] FINISH, MigrateBrokerVDSCommand, log id: 1f1b8003 2012-03-06 13:28:56,737 INFO [org.ovirt.engine.core.vdsbroker.MigrateVDSCommand] (pool-5-thread-7) [1f93ac9a] FINISH, MigrateVDSCommand, return: MigratingFrom, log id: 60cf6fb0 - command is then passed to vdsm (src): Thread-1682::DEBUG::2012-03-06 13:28:14,121::BindingXMLRPC::848::vds::(wrapper) client [10.35.97.30]::call vmMigrate with ({'src': 'nott-vds2.qa.lab.tlv.redhat.com', 'dst': 'nott-vds1.qa.lab.tlv.redhat.com:54321', 'vmId': '6e7da0b2-a19f-4020-a9b6-4fd1982b61f6', 'method': 'online'},) {} flowID [1f93ac9a] - command is not passed to vdsm on destination server