On 06/10/2010 09:06 AM, Luca Berra wrote:
On Wed, Jun 09, 2010 at 05:47:05PM +0200, Harald Hoyer wrote:
http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=commitdiff;h=169f16715145fd087d61ef7fdfd7e9a3cbb68fc9
adds support for multiple iscsi disks with the syntax:
root=<normal block path or UUID or LABEL> \
netroot=iscsi:... netroot=iscsi:... netroot=iscsi:...
which is suboptimal, because you can't specify it in the dhcp protocol.
A better syntax would be a single netroot (also for FCoE disk)
something like:
netroot=netdisks:iscsi:...[separator]iscsi:...[separator]fcoe:...
be warned that DHCP option format is generally
code: 1 byte
lenght: 1 byte
data: lenght bytes
which would limit the lenght of the netroot string to 255 charachters
anyway.
L.
255 chars can be sufficient for up to 4 disks
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html