Bug 193073 - writer.py : Need to doVolumeGroup before doLogivcalVolume
Summary: writer.py : Need to doVolumeGroup before doLogivcalVolume
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pykickstart
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-24 22:30 UTC by James Martin
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-25 13:53:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Martin 2006-05-24 22:30:49 UTC
lines 35-36 should read:

self.doPartition, self.doVolumeGroup,
self.doLogicalVolume, self.doRaid,

If you have it with doLogicalVolume first, it kickstart barfs because a LV has
to belong to a LVG.

Comment 1 James Martin 2006-05-24 22:31:25 UTC
tested on rhel4qu3


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