Bug 907467
Summary: | ValueError: name already in use | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eric Blake <eblake> | ||||||||||||||||||
Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||||||||||||||||
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||
Version: | 19 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora, vbenes | ||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||
Whiteboard: | abrt_hash:907198d38ef012bf3df3c64a7c0565f2eff22740b1b4736bcafb66ca67f46462 | ||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||
Last Closed: | 2013-08-22 21:38:38 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: | |||||||||||||||||||||
Attachments: |
|
Description
Eric Blake
2013-02-04 13:45:37 UTC
Created attachment 692722 [details]
File: anaconda.log
Created attachment 692723 [details]
File: environ
Created attachment 692724 [details]
File: ifcfg.log
Created attachment 692725 [details]
File: packaging.log
Created attachment 692726 [details]
File: program.log
Created attachment 692727 [details]
File: storage.log
Created attachment 692728 [details]
File: syslog
Created attachment 692729 [details]
File: anaconda-tb
I've got RHEL7 Alpha-3 installed and while I installed fedora18 trying to add it's root partition into the same VG as RHEL7 is in anaconda crashed. 1. install one system into LVM 2. install another system with shared boot partition 3. add your root partition into old LVM VG -> CRASH Package: anaconda-18.37.11 OS Release: Fedora release 18 We need to add something to check, once the vg has been changed/renamed, that the current lv name ("$vgname-$lvname") is not already in use. I did not verify that this still happens with f19 but I expect it does. Well, I was unable to reproduce this with F19. A StorageError was raised instead of a ValueError and the failure was handled gracefully enough to allow me to continue working. If someone is able to make it happen with f19 please reopen with a detailed description and logs. |