Bug 1774477
| Summary: | volgroup --reserved-space results in a traceback during installation | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Vojtech Trefny <vtrefny> |
| Component: | anaconda | Assignee: | Vojtech Trefny <vtrefny> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.1 | CC: | blivet-maint-list, jcastran, jikortus, jrusz, jstodola, kwalker, release-test-team-automation, rvykydal, sbueno |
| Target Milestone: | rc | Keywords: | TestCaseNeeded |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-33.16.3.1-2 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: The amount of reserved space was calculated in MiB through kickstart, but python-blivet, the underlying storage library used by Anaconda, expects this to be a Size object.
Consequence: Using --reserved-space in kickstart caused installation to fail with a traceback.
Fix: Convert the reserved space figure via kickstart to a Size object.
Result: Installation no longer crashes.
|
Story Points: | --- |
| Clone Of: | 1737490 | Environment: | |
| Last Closed: | 2020-11-04 03:22:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1737490 | ||
| Bug Blocks: | |||
|
Comment 1
Vojtech Trefny
2019-11-20 11:49:43 UTC
Test for this is created and merged. 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 (anaconda bug fix and enhancement update), 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/RHBA-2020:4729 |