Bug 1827127
Summary: | [v2v] Disable the playbook log download when it has not run. | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ilanit Stein <istein> |
Component: | V2V | Assignee: | Mike Turley <mturley> |
Status: | CLOSED ERRATA | QA Contact: | Md Nadeem <mnadeem> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.11.4 | CC: | bthurber, fdupont, mturley, nansari, simaishi |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.6 | Flags: | pm-rhel:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.6.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-10 13:39:10 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: | 1842806 | ||
Bug Blocks: |
Description
Ilanit Stein
2020-04-23 10:04:38 UTC
When the playbook has not run, the 'context_data' attribute of the task doesn't have a field named 'conversion_host_enable' (or 'conversion_host_check', or 'conversion_host_disable'). New commit detected on ManageIQ/manageiq-v2v/ivanchuk: https://github.com/ManageIQ/manageiq-v2v/commit/6ae2d20d2425a03de491e22ce078791a2bd86d54 commit 6ae2d20d2425a03de491e22ce078791a2bd86d54 Author: Milan Zázrivec <mzazrivec> AuthorDate: Mon May 11 11:57:29 2020 +0000 Commit: Milan Zázrivec <mzazrivec> CommitDate: Mon May 11 11:57:29 2020 +0000 Merge pull request #1131 from mturley/bz1827127-disable-playook-log-while-running [BZ#1827127] Disable conversion host log download when playbook has not run (cherry picked from commit d1d4ab8f2886428aba462cbd7d23cb90296f36d7) https://bugzilla.redhat.com/show_bug.cgi?id=1827127 app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/ConversionHostsListItem.js | 12 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/ConversionHostsListItem.test.js | 41 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/__snapshots__/ConversionHostsListItem.test.js.snap | 9 + 3 files changed, 59 insertions(+), 3 deletions(-) New commit detected on ManageIQ/manageiq-v2v/jansa: https://github.com/ManageIQ/manageiq-v2v/commit/fcc6d3f48d2bd010bb15a878621ece7bcee95c6f commit fcc6d3f48d2bd010bb15a878621ece7bcee95c6f Author: Milan Zázrivec <mzazrivec> AuthorDate: Mon May 11 11:57:29 2020 +0000 Commit: Milan Zázrivec <mzazrivec> CommitDate: Mon May 11 11:57:29 2020 +0000 Merge pull request #1131 from mturley/bz1827127-disable-playook-log-while-running [BZ#1827127] Disable conversion host log download when playbook has not run (cherry picked from commit d1d4ab8f2886428aba462cbd7d23cb90296f36d7) https://bugzilla.redhat.com/show_bug.cgi?id=1827127 app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/ConversionHostsListItem.js | 12 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/ConversionHostsListItem.test.js | 41 +- app/javascript/react/screens/App/Settings/screens/ConversionHostsSettings/components/__tests__/__snapshots__/ConversionHostsListItem.test.js.snap | 9 + 3 files changed, 59 insertions(+), 3 deletions(-) @Md Nadeem, Looking at the appliance, I don't see an item for auto-conv-osp-instance3 in the conversion host settings page, you must have removed it. Can you run the configuration again? This message appears in the log file, not in the UI, correct? I think this is expected behavior. If the playbook fails, we want the log to be available so the user can see in detail why it failed. As I understand it, the log download should only be disabled if the playbook failed to start at all (i.e. there is no log to download, so it would just fail to download). Fabien, can you verify this? @Mike Turley
Thank you for the response.
Yes, the message appear in log file and I am agree with you on the point it should allow to download the log if playbook run.
To reproduce the issue, I have tried to configure a conversion host(having no ip associated), However the detail of the conversion not appeared on conversion host page once the configuration widget gets closed. This behavior block me to verify this BZ.
I have logged a new BZ for this unexpected behavior.
>> https://bugzilla.redhat.com/show_bug.cgi?id=1842806
It sounds like what you observed initially is the expected behavior. Thanks for opening the separate BZ for the new issue. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:2480 |