TEST-30-ISCSI/dhcpd.conf: set the LUN
set the LUN, so the udev rule to mount the disk matchesmaster
parent
d94050ddae
commit
52b91b6698
|
@ -15,7 +15,7 @@ subnet 192.168.50.0 netmask 255.255.255.0 {
|
|||
# NFSv3: last octect starts at 0x00 and works up
|
||||
|
||||
group {
|
||||
option root-path "iscsi:192.168.50.1::::iqn.2009-06.dracut:target0";
|
||||
option root-path "iscsi:192.168.50.1:::1:iqn.2009-06.dracut:target0";
|
||||
|
||||
host iscsi-1 {
|
||||
hardware ethernet 52:54:00:12:34:00;
|
||||
|
|
Loading…
Reference in New Issue