[Bug 623462] Re: install to iSCSI target does not pick up iSCSI parameters from iBFT
Max
623462 at bugs.launchpad.net
Mon Jul 11 02:29:40 UTC 2011
As a workaround I was trying to add a simple pre-installation script to
our (kickstart) installation along the lines of:
==
modprobe iscsi_ibft
if [ -e /sys/firmware/ibft/target0/target-name ]; then
modprobe iscsi_tcp
iscsid
iscsiadm -m node -o new -T `cat /sys/firmware/ibft/target0/target-name` -p `cat /sys/firmware/ibft/target0/ip-addr`:`cat /sys/firmware/ibft/target0/port`
iscsiadm -m node -l
fi
==
But found out that doesn't work either, because the iscsi_ibft module is
not present in the installation environment.
Could this module please be added?
** Patch added: "linux-2-6-38-module-list.patch"
https://bugs.launchpad.net/ubuntu/+source/partman-iscsi/+bug/623462/+attachment/2201640/+files/linux-2-6-38-module-list.patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to partman-iscsi in Ubuntu.
https://bugs.launchpad.net/bugs/623462
Title:
install to iSCSI target does not pick up iSCSI parameters from iBFT
Status in “partman-iscsi” package in Ubuntu:
Triaged
Bug description:
Binary package hint: base-installer
Installing 10.04.1 server to iSCSI target on a machine with BIOS iSCSI
initiator support (IBM HX5 blade), the installer prompts for iSCSI
parameters (initiator ID, target ID, etc) even though those parameters
are available in the iBFT table. Other linux distros pick up this
information automatically,
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-iscsi/+bug/623462/+subscriptions
More information about the foundations-bugs
mailing list