tags 408042 patch
thanks
A proper patch to fix this bug could be:
--- /etc/init.d/aoetools 2008-07-03 17:01:02.000000000 +0200
+++ aoetools 2008-11-19 12:45:54.979221571 +0100
@@ -77,7 +77,12 @@
fi
# Usually aoe is a module, so we will try to load it.
- modprobe aoe >/dev/null 2>&1 || true
+ if [ -n "$INTERFACES" ]
+ then
+ modprobe aoe aoe_iflist="$INTERFACES" >/dev/null 2>&1 || true
+ else
+ modprobe aoe >/dev/null 2>&1 || true
+ fi
# Also, if udev is being used, the /dev/etherd devices
# are not created until aoe module insertion, so...
Thanks,
--
Juan Cespedes
http://www.cespedes.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]