Blame SOURCES/0184-set-iscsid.safe_logout-to-Yes-by-default.patch

36622c
From 486110e2564cd9b677c485ec87b5df1bcb5750f2 Mon Sep 17 00:00:00 2001
36622c
From: rpm-build <rpm-build>
36622c
Date: Wed, 29 Aug 2018 16:20:27 -0700
36622c
Subject: [PATCH 184/184] set iscsid.safe_logout to Yes by default
36622c
36622c
---
36622c
 etc/iscsid.conf | 2 +-
36622c
 1 file changed, 1 insertion(+), 1 deletion(-)
36622c
36622c
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
36622c
index cbf2c05aff59..1af8ed2732de 100644
36622c
--- a/etc/iscsid.conf
36622c
+++ b/etc/iscsid.conf
36622c
@@ -25,7 +25,7 @@ iscsid.startup = /bin/systemctl start iscsid.socket iscsiuio.socket
36622c
 
36622c
 # Check for active mounts on devices reachable through a session
36622c
 # and refuse to logout if there are any.  Defaults to "No".
36622c
-# iscsid.safe_logout = Yes
36622c
+iscsid.safe_logout = Yes
36622c
 
36622c
 #############################
36622c
 # NIC/HBA and driver settings
36622c
-- 
36622c
2.14.4
36622c