Bug 719539
| Summary: | lvcreate fails on encrypted sw raid0 pv | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Marian Ganisin <mganisin> | ||||||||
| Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 5.8 | ||||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2011-08-23 17:25:15 UTC | Type: | --- | ||||||||
| 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: | |||||||||||
| Bug Blocks: | 693654, 726828 | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 511667 [details]
anaconda.log
Created attachment 511668 [details]
syslog
Setting devel_ack- as you note that this isn't a regression and no customer has reported it as a problem. We're trying to keep the changeset as small as possible for 5.8, so stuff like this isn't really fit to make the cut. Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |
Created attachment 511650 [details] reproducing kickstart Description of problem: If encrypted mdX of level 0 is used as pv in LVM, installer fails during formatting with information about lvcreate failure and provides just Reboot. Version-Release number of selected component (if applicable): anaconda-11.1.2.242-1.i386 Steps to Reproduce: 1. create mdX with level 0 formatted as LVM pv, encrypt it, 2. create volume group with that pv, create lv mounted as / 3. move installation forward. Additional info: Such configuration doesn't seem to be common, so impact is low or none. Actually I didn't find any report for this issue from the past even if this is not regression (I reproduced this also for rhel5-u6 and rhel5-u5). More common configuration with raid level 1 is working without issue.