Blame SOURCES/0295-TEST-30-ISCSI-dhcpd.conf-set-the-LUN.patch

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