Description of problem: When cancelling the migration, the pods are not killed. It seems that the kill command line is incorrect. It is "kill -s TERM <podname>" when it should be "kill --signal TERM <podname>".
https://github.com/ManageIQ/manageiq/pull/20012
New commit detected on ManageIQ/manageiq/jansa: https://github.com/ManageIQ/manageiq/commit/5dbb47d4c150d22767cfc65fb3aa29c9813d9406 commit 5dbb47d4c150d22767cfc65fb3aa29c9813d9406 Author: Adam Grare <agrare> AuthorDate: Wed Mar 25 17:52:10 2020 +0000 Commit: Adam Grare <agrare> CommitDate: Wed Mar 25 17:52:10 2020 +0000 Merge pull request #20012 from fdupont-redhat/v2v_bz_1817151 Use --signal instead of -s to kill pods (cherry picked from commit d3a5da9e64b6bf6e7061d559b027fbfeda0cc0e1) https://bugzilla.redhat.com/show_bug.cgi?id=1817151 app/models/conversion_host.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
It's not enough. Moving back to ON_DEV. With two-phase conversion, virt-v2v doesn't run during the disks transfer and signal is not handled.
https://github.com/ManageIQ/manageiq-v2v-conversion_host/pull/41
Warm migration and UCI will finally not be implemented in CloudForms. Closing as WONTFIX.