[Bug 227848] Re: boot order wrong for iscsi
Chris Puttick
cputtick at gmail.com
Mon May 18 17:07:19 BST 2009
Note: Hardy 8.04.2 2.6.24-18-virtual #1 SMP (running on KVM virtual
machine with dual guest CPU)
/etc/network/interfaces (relevant part)
auto eth1
iface eth1 inet static
address 192.168.20.50
netmask 255.255.255.224
ISCSI auto connect and mount works with no modifications using the
following:
In /etc/iscsi/iscsid.conf set
node.startup = automatic (manual is the default setting)
In /etc/iscsi/nodes/<iscsi target name>/<ip address>/default set
node.conn[0].startup = automatic (manual is the default setting)
Note that the target name and IP address would normally be the only
entries in their respective directories, assuming you only have the one
SAN target and volume. I guess if you have more you'd want to make the
change in all of them :)
In /etc/fstab add the following line(s).
UUID<what ever your iscsi volume(s) is/are called>
/opt/ktdms/var/Documents/ auto _netdev 0 0
Note to get the UUID do
blkid /dev/sd<your iscsi volume and partition>
after you have connected your iscsi volume, manually or otherwise.
--
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.
More information about the Ubuntu-server-bugs
mailing list