Comment 3 for bug 227848

Revision history for this message
Jesper Krogh (jesper) wrote :

Quite simple.

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto bond0
iface bond0 inet static
        slaves eth0 eth1 eth2 eth3
        address 10.194.133.23
        netmask 255.255.254.0
        gateway 10.194.133.254

A suggestion was to put in "udevadm settle" in open-iscsi start().

But that only solves the problem partially.. since the subsequent checkfs and mount is not done either.

Summa: iscsi is still broken in Hardy.