Bug 964069
Summary: | Anaconda creates native partition in text mode if LVM or btrfs is selected | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pavel Holica <pholica> | ||||||||||||||||
Component: | anaconda | Assignee: | Samantha N. Bueno <sbueno> | ||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||||||
Priority: | medium | ||||||||||||||||||
Version: | 19 | CC: | anaconda-maint-list, awilliam, dshea, g.kaviyarasu, jgreguske, jonathan, kparal, mkolman, robatino, satellitgo, sbueno, vanmeeuwen+fedora, vbocek | ||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||
Target Release: | --- | ||||||||||||||||||
Hardware: | All | ||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||
Whiteboard: | AcceptedBlocker | ||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||
Last Closed: | 2013-05-29 07:28:31 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: | |||||||||||||||||||
Bug Blocks: | 834087, 834090, 920667 | ||||||||||||||||||
Attachments: |
|
Created attachment 749223 [details]
anaconda.ifcfg.log
Created attachment 749224 [details]
anaconda.log
Created attachment 749225 [details]
anaconda.packaging.log
Created attachment 749226 [details]
anaconda.program.log
Created attachment 749227 [details]
anaconda.storage.log
Created attachment 749228 [details]
syslog
I also forgot to mention, that this happens on Fedora 19 Beta RC2. Ok, and anaconda ignores btrfs if selected too. This looks like a good candidate for Beta FE at least. You could argue it as a Beta blocker, but it's a close thing. Patch posted to anaconda-patches list. Okay, let's at least consider this one as a blocker. Criteria: https://fedoraproject.org/wiki/Fedora_19_Alpha_Release_Criteria#Installation_interfaces "When using the dedicated installer images, the installer must be able to complete an installation using the text, graphical and VNC installation interfaces." https://fedoraproject.org/wiki/Fedora_19_Beta_Release_Criteria#Guided_partitioning "When using the guided partitioning flow, the installer must be able to...Complete an installation using any combination of disk configuration options it allows the user to select" We're in the guided flow in the text installer, it offers these options, but doesn't honor them. Patch pushed, commit e80477fcada25d5fed609a902107759e4ce0d16c Discussed at 2013-05-20 blocker review meeting: http://meetbot.fedoraproject.org/fedora-blocker-review/2013-05-20/f19beta-blocker-review-7.2013-05-20-16.07.log.txt . Accepted as a Beta blocker per rationale in comment #11. anaconda-19.29-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/anaconda-19.29-1.fc19 Tested on Fedora Beta RC3 netinst with anaconda 19.29-1, it works - anaconda correctly creates native, LVM and btrfs partitions when selected. still fixed in RC4. will this stay fixed in rc5? (In reply to Jay Greguske from comment #17) > will this stay fixed in rc5? It's tough to say, really--in a perfect world, yes. There isn't going to be an RC5. anaconda 19.30 is stable, closing. |
Created attachment 749209 [details] textmode-lvm.txt Description of problem: In text mode, I've selected LVM (default) partition scheme, but anaconda started to create native partitions. Version-Release number of selected component (if applicable): anaconda-19.28-1.fc19 How reproducible: always Steps to Reproduce: 1. Start text installation 2. When asked for "Partition Scheme Options" select LVM (default) 3. continue with installation Actual results: Progress Setting up the installation environment . Creating disklabel on /dev/sda . Creating swap on /dev/sda2 . Creating ext4 on /dev/sda5 . Creating ext4 on /dev/sda3 . Creating ext4 on /dev/sda1 . Starting package installation process ... Expected results: LVM pv and lvs are created. Additional info: Attaching full progress.