Bug 107217 - install using multiple disks results in anaconda-ks.cfg that only uses sda
Summary: install using multiple disks results in anaconda-ks.cfg that only uses sda
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: anaconda
Version: 3.0
Hardware: ia64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-15 21:35 UTC by Tim Chambers
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-15 22:00:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ks.cfg I started with (977 bytes, text/plain)
2003-10-15 21:37 UTC, Tim Chambers
no flags Details
ks.cfg I got (1.52 KB, text/plain)
2003-10-15 21:38 UTC, Tim Chambers
no flags Details

Description Tim Chambers 2003-10-15 21:35:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031010
Debian/1.4-6

Description of problem:
Using RHEL 3 RC 3 on Everest Madison. Ran kickstart using attachment 1 [details]. Got
attachment 2 [details]. Note disk partitions aren't what I asked for. I get same results
from non-kickstart install; attachments represent my ability to re-create this.

Version-Release number of selected component (if applicable):
anaconda-9.1-8.RHEL

How reproducible:
Always

Steps to Reproduce:
1. install with multiple disks, allow autopartition to use them all
2. look at resulting anaconda-ks.cfg
   

Actual Results:  #clearpart --all --drives=sda,sdb,sdc
#part /boot/efi --fstype vfat --size=100 --ondisk=sda
#part / --fstype ext3 --size=1024 --grow --ondisk=sda
#part swap --size=1000 --grow --maxsize=2000 --ondisk=sda
                                                                                


Expected Results:  #clearpart --all --drives=sda,sdb,sdc
#part /boot/efi --fstype vfat --size=100 --ondisk=sdc
#part / --fstype ext3 --size=1024 --grow --ondisk=sdb
#part swap --size=1000 --grow --maxsize=2000 --ondisk=sda


Additional info:

Comment 1 Tim Chambers 2003-10-15 21:37:15 UTC
Created attachment 95211 [details]
ks.cfg I started with

Comment 2 Tim Chambers 2003-10-15 21:38:03 UTC
Created attachment 95212 [details]
ks.cfg I got

Comment 3 Tim Chambers 2003-10-15 22:00:22 UTC
Stupid. Stupid. I didn't uncomment desired stuff.


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