Bug 680129 - LVM installation traceback
Summary: LVM installation traceback
Keywords:
Status: CLOSED DUPLICATE of bug 677571
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-24 12:52 UTC by Jakub Hrozek
Modified: 2011-02-24 14:56 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-02-24 14:56:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacoda.log (8.46 KB, text/x-log)
2011-02-24 12:52 UTC, Jakub Hrozek
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.