Description of problem: Retry Migration button does not work properly, it should do two things: 1) Start migration Again 2) Show the Migration status card under "Migration Plans in Progress" currently, it DOES NOT DO (2) as mentioned above. So, migration will restart but progress will not displayed anywhere in UI. Version-Release number of selected component (if applicable): master.20180430231107_6437e92 How reproducible: 100% Steps to Reproduce: 1.Start a migration (before importing automate domain) so it will fail 2.Add automate domain 3.Retry migration Actual results: Migration goes through if everything is correct, but the progress is not reported in UI under "Migration Plans in Progress" Expected results: Migration plans in Progress should show information of the migration being retried. Additional info:
https://github.com/priley86/miq_v2v_ui_plugin/issues/271
It still does not work properly. I ran a migration with 3 VMs, 1 migrated and 2 Failed. When I hit retry, the entry from Completed Migrations list disappeared, and it appeared in the "In Progress" section briefly, then failed and appeared in "Completed Migrations" section again. So far it sounds good. But problems are as follows: 1) I expect that when I retry, a new entry of "Retried" job appears in "Migrations completed" instead of updating previous entry. Maybe with a name format as "PlanName_Retry" 2) When I saw the newly updated entry, it said 1 of 3 VMs migrated, in "Migration Completed" list/section. But when I drilled down to details, it showed only 2 VMs, instead of 3. -KK.
Tested in our environment with the nightly from 5/24 and it appears to be resolved.
in 5.9.3.3 retry button does kick off new migration and shows it under "In Progress Plans"