| Summary: | In text mode System to upgrade screen crops text when used with encrypted disk | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Release Test Team <release-test-team> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.8 | ||||||
| Target Milestone: | rc | ||||||
| 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: | 2017-12-06 10:43:30 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1286535 | ||||||
| Attachments: |
|
||||||
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
Created attachment 1127597 [details] screenshot Description of problem: When performing a second install on a system with encrypted disk anaconda asks you whether you want to do a fresh install or upgrade the existing system. In text mode some of the text is cropped out of the screen, see attached screenshot. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create system with encrypted disk. I have swap - encrypted on raw partition 2 raid members, encrypted forming /dev/md0 formatted as PV 1 PV encrypted 1 VG, containing 1 LV for /, also encrypted 2. Start a second install, pass "text" on command line 3. Actual results: When anaconda reaches the screen "System to upgrade" some of the text is cropped out. Expected results: All text is visible Additional info: The problem seems to be that the root partition is identified via UUID and is too long. If I use a default LVM + encryption partitioning after entering the passphrase in anaconda it shows the root volume as /dev/VolGroup-lv_root which fits nicely into the screen.