Bug 747147 - missing dracut related kernel arguments when iSCSI LUN is to be mounted at boot time as non-root filesystem
Summary: missing dracut related kernel arguments when iSCSI LUN is to be mounted at bo...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 16
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-10-18 22:40 UTC by Tim Flink
Modified: 2011-10-18 23:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-18 23:20:08 UTC
Type: ---


Attachments (Terms of Use)
anaconda's program.log (180.55 KB, text/plain)
2011-10-18 22:41 UTC, Tim Flink
no flags Details
anaconda's storage.log (440.93 KB, text/plain)
2011-10-18 22:42 UTC, Tim Flink
no flags Details

Description Tim Flink 2011-10-18 22:40:32 UTC
Description of problem:

When an iSCSI LUN is added at install time as a non-required part of the filesystem (10G auth-less iSCSI LUN as /opt in this case) the kernel args don't include the information needed to bring up the network interface in dracut.

This means that mounting the iSCSI LUN at boot fails every time

Version-Release number of selected component (if applicable):
anaconda-16.21.fc16

How reproducible:
every time

Steps to Reproduce:
1. install F16 with iSCSI LUN as /opt
2. reboot
  
Actual results:
linux command line in grub is:

linux   /vmlinuz-3.1.0-0.rc9.git0.0.fc16.i686.PAE root=/dev/sda4 ro single rd.md=0 rd.lvm=0 rd.dm=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8


Expected results:
linux command line in grub is:

linux   /vmlinuz-3.1.0-0.rc9.git0.0.fc16.i686.PAE root=/dev/sda4 ro rd.md=0 rd.lvm=0 rd.dm=0  KEYTABLE=us SYSFONT=latarcyrheb-sun16 rd.luks=0 LANG=en_US.UTF-8 ip=<iface_name>:<bootproto> ifname=<iface_name>:<MAC ADDRESS>

Additional info:

Comment 1 Tim Flink 2011-10-18 22:41:14 UTC
Created attachment 528903 [details]
anaconda's program.log

program.log from installation

Comment 2 Tim Flink 2011-10-18 22:42:15 UTC
Created attachment 528904 [details]
anaconda's storage.log

storage.log from install

Comment 3 Tim Flink 2011-10-18 23:20:08 UTC
I forgot that mounting /opt is not done in initrd, closing.


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