Bug 1817151

Summary: Conversion pod kill doesn't work
Product: Red Hat CloudForms Management Engine Reporter: Fabien Dupont <fdupont>
Component: V2VAssignee: Fabien Dupont <fdupont>
Status: CLOSED WONTFIX QA Contact: Nandini Chandra <nachandr>
Severity: urgent Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: urgent    
Version: 5.11.4CC: bthurber, dmetzger, mnadeem
Target Milestone: GA   
Target Release: 5.11.7   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-13 16:45:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: V2V Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1822318    

Description Fabien Dupont 2020-03-25 17:09:36 UTC
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>".

Comment 2 Fabien Dupont 2020-03-25 17:19:57 UTC
https://github.com/ManageIQ/manageiq/pull/20012

Comment 3 CFME Bot 2020-03-26 19:00:18 UTC
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(-)

Comment 4 Fabien Dupont 2020-04-02 09:22:02 UTC
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.

Comment 6 Fabien Dupont 2020-05-13 16:45:32 UTC
Warm migration and UCI will finally not be implemented in CloudForms.
Closing as WONTFIX.