Blame 0069-TEST-30-ISCSI-dhcpd.conf-set-the-LUN.patch

Harald Hoyer bb31e7
From 52b91b66980d0de18a52c6c1c5334364b115fee2 Mon Sep 17 00:00:00 2001
Harald Hoyer bb31e7
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer bb31e7
Date: Wed, 12 Aug 2015 14:40:42 +0200
Harald Hoyer bb31e7
Subject: [PATCH] TEST-30-ISCSI/dhcpd.conf: set the LUN
Harald Hoyer bb31e7
Harald Hoyer bb31e7
set the LUN, so the udev rule to mount the disk matches
Harald Hoyer bb31e7
---
Harald Hoyer bb31e7
 test/TEST-30-ISCSI/dhcpd.conf | 2 +-
Harald Hoyer bb31e7
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer bb31e7
Harald Hoyer bb31e7
diff --git a/test/TEST-30-ISCSI/dhcpd.conf b/test/TEST-30-ISCSI/dhcpd.conf
Harald Hoyer bb31e7
index 6eb035b..22c1790 100644
Harald Hoyer bb31e7
--- a/test/TEST-30-ISCSI/dhcpd.conf
Harald Hoyer bb31e7
+++ b/test/TEST-30-ISCSI/dhcpd.conf
Harald Hoyer bb31e7
@@ -15,7 +15,7 @@ subnet 192.168.50.0 netmask 255.255.255.0 {
Harald Hoyer bb31e7
 	# NFSv3: last octect starts at 0x00 and works up
Harald Hoyer bb31e7
 
Harald Hoyer bb31e7
 	group {
Harald Hoyer bb31e7
-		option root-path "iscsi:192.168.50.1::::iqn.2009-06.dracut:target0";
Harald Hoyer bb31e7
+		option root-path "iscsi:192.168.50.1:::1:iqn.2009-06.dracut:target0";
Harald Hoyer bb31e7
 
Harald Hoyer bb31e7
 		host iscsi-1 {
Harald Hoyer bb31e7
 			hardware ethernet 52:54:00:12:34:00;