Description of problem: When creating LVM on RAID partitions the anaconda-ks.cfg is invalid. In particular, the "raid pv.20 --fstype physical volume (LVM) --level=RAID1 raid.17 raid.18" line that was created should have had the fstype quoted since it contains embedded spaces. Version-Release number of selected component (if applicable): anaconda-9.1.1-7.RHEL How reproducible: Every time Steps to Reproduce: 1. Boot ES 3.1 Update 1 from CD on a system with 2 physical hard drives (VMWare comes in handy here) 2. continue up to the point where disk partitioning takes place 3. choose "partition manually with disk driud" 4. create 2 100MB "Linux RAID" partitions for /boot, one on each physical drive 5. create 2 more "Linux RAID" partitions, as large as possible, one on each physical drive 6. create /dev/md0 for /boot 7. create /dev/md1 and assign it to be an LVM physical volume 8. create an LVM VG and make / and swap as logical volumes 9. continue the install 10. once the system reboots, check the /root/anaconda-ks.cfg file Actual results: The anaconda-ks.cfg file contains a line: #raid pv.20 --fstype physical volume (LVM) --level=RAID1 raid.17 raid.18 Which does not serve as a good example to use for a real kickstart. Expected results: The line should be: #raid pv.20 --fstype "physical volume (LVM)" --level=RAID1 raid.17 raid.18 (Note the inclusion of quotes) Additional info:
In step 1, that should be: 1. Boot ES 3 Update 1 from CD Since there is no ES 3.1. ;-)
Fixed in CVS for Update 3.
An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2004-417.html