Bug 1467866
| Summary: | [v2v] automation request status is not updated at all | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ilanit Stein <istein> | ||||||||||
| Component: | Providers | Assignee: | Shmuel Melamud <smelamud> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilanit Stein <istein> | ||||||||||
| Severity: | high | Docs Contact: | |||||||||||
| Priority: | high | ||||||||||||
| Version: | 5.8.0 | CC: | cpelland, gblomqui, jfrey, jhardy, nsimsolo, obarenbo, simaishi | ||||||||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||||||||
| Target Release: | 5.9.0 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | rhev, v2v | ||||||||||||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | |||||||||||||
| : | 1469226 (view as bug list) | Environment: | |||||||||||
| Last Closed: | 2018-03-06 14:34:21 UTC | Type: | Bug | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | Bug | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | RHEVM | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Bug Depends On: | |||||||||||||
| Bug Blocks: | 1469226 | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Ilanit Stein
2017-07-05 11:24:59 UTC
Created attachment 1294554 [details]
production.log
Created attachment 1294555 [details]
automation.log
Created attachment 1294556 [details]
evm.log
Created attachment 1294557 [details]
engine.log
Yes this request to be in the state WaitForImport which has incorrectly set on_exit handler as: update_vm_import_status(status => 'VM Import completed') where it should be in fact "Check for import completed" or such and not "the whole import has been completed. This logical error is also present in on_exit handlers in different states in the manageiq-content/content/automate/ManageIQ/Infrastructure/VM/Transform/StateMachines/VmImport.class/__class__.yaml state machine. Should be a simple textual fix. Although I admit it is a bit confusing, I don't think this textual inaccuracy should not qualify as *blocker* and could be fixed in next z-stream. Verified on CFME-5.9.0.14/RHV-4.1.8, When a VM starts to get imported, in the Automate Request a message with Status ["Waiting for VM Import completion"] and not as before (Status ["VM Import completed"]). Then if import fails, in the Automate Request a message with Status [Error encountered during VM import] Message [Checking for VM Import completion] |