Bug 1717848
| Summary: | Update of the error message in case of failed platform test | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jaroslav Spanko <jspanko> |
| Component: | rhv-guest-tools-iso | Assignee: | Gal Zaidman <gzaidman> |
| Status: | CLOSED EOL | QA Contact: | Lucie Leistnerova <lleistne> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | dfediuck, lleistne, mkalinin, pmatyas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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-03-02 15:37:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1745324 | ||
| Bug Blocks: | |||
Added dependency to 1745324 since on 4.4 we will have a new installer that will fix that issue sync2jira sync2jira Closing this with resolution EOL. rhev-guest-tools-iso is not going to exist in 4.4. The installer including the fix has moved into virtio-win iso which is already shipped in RHEL 8.1 If you still see this issue using the virtio-win installer please open a bug on that component. Thanks. |
Description of problem: Could you please update the message if the RHV-Tools installation fails on platform test ? In case there is some problem with wmic installation(missing path or permissions) fails with old message which is confused for the customer. --------------- if(IsUpgrade) then^M szUpgrade = "Upgrade";^M else^M szUpgrade = "Installation";^M endif;^M Sprintf(szMsg,"%s of RHEV-Tools on the Guest should be performed only when running on RHEL 6 type Host (RHEV-H or RHEL). %s aborted.",szUpgrade,szUpgrade);^M WriteToLogFile(szMsg,0,4); ^M -------------- Version-Release number of selected component (if applicable): rhv-guest-tools-iso-4.3.6 How reproducible: 100% Steps to Reproduce: 1. run rhv-guest-tool 2. 3. Actual results: Installation/Upgrade of RHEV-Tools on the Guest should be performed only when running on RHEL 6 Expected results: Better or updated error message Thank you