Bug 680129

Summary: LVM installation traceback
Product: [Fedora] Fedora Reporter: Jakub Hrozek <jhrozek>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-24 14:56:16 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 Flags
anacoda.log none

Description Jakub Hrozek 2011-02-24 12:52:51 UTC
Created attachment 480743 [details]
anacoda.log

Description of problem:
My kickstart includes the following partitioning schema:
---
part /boot --fstype ext3 --size=150
part pv.01 --size=1024 --grow
volgroup vg_root pv.01
logvol  /  --vgname=vg_root  --size=1024 --grow  --name=lv_root
---

This had worked OK in Fedoras up to 14. In F-15, I get the following traceback:
----
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 494, in execute
    label=self.label,
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1208, in execute
    obj.execute()
  File "/usr/sbin/anaconda", line 915, in <module>
    anaconda.ksdata.execute()
AttributeError: 'LogVolData' object has no attribute 'label'
----

Version-Release number of selected component (if applicable):
15.20

How reproducible:
install with a KS using the above partitioning

Full anaconda.log is attached.

Comment 1 Chris Lumens 2011-02-24 14:56:16 UTC

*** This bug has been marked as a duplicate of bug 677571 ***