Bug 1817151 - Conversion pod kill doesn't work
Summary: Conversion pod kill doesn't work
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: V2V
Version: 5.11.4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: GA
: 5.11.7
Assignee: Fabien Dupont
QA Contact: Nandini Chandra
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks: 1822318
TreeView+ depends on / blocked
 
Reported: 2020-03-25 17:09 UTC by Fabien Dupont
Modified: 2020-06-16 16:06 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-13 16:45:32 UTC
Category: Bug
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.