Bug 2014865
Summary: | Errors hidden in %posttrans scriptlet | ||
---|---|---|---|
Product: | [oVirt] vdsm | Reporter: | Nir Soffer <nsoffer> |
Component: | Packaging.rpm | Assignee: | Marcin Sobczyk <msobczyk> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivana Saranova <isaranov> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.50 | CC: | bugs, lveyde, mperina |
Target Milestone: | ovirt-4.5.1 | Flags: | mperina:
ovirt-4.5+
|
Target Release: | 4.50.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | vdsm-4.50.0 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-06-23 05:54:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nir Soffer
2021-10-17 13:52:35 UTC
Steps: 1) add break stuff to vdsm-tool code 2) add the RPM to host 3) run reinstall/install host Results: ``` "stderr_lines" : [ "Traceback (most recent call last):", " File \"/usr/bin/vdsm-tool\", line 226, in <module>", " sys.exit(main())", " File \"/usr/bin/vdsm-tool\", line 169, in main", " raise Exception(\"test error\")", "Exception: test error" ], ``` Error message is present in the logs and can be used for debug purposes. Verified in: vdsm-4.50.0.13-1.el8ev.x86_64 This bugzilla is included in oVirt 4.5.1 release, published on June 22nd 2022. Since the problem described in this bug report should be resolved in oVirt 4.5.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |