diff --git a/0029-change-node.startup-in-iscsid.conf-from-manual-to-au.patch b/0029-change-node.startup-in-iscsid.conf-from-manual-to-au.patch new file mode 100644 index 0000000000000000000000000000000000000000..7ef36f624220b62145b222ff0f588f70bcdfeab2 --- /dev/null +++ b/0029-change-node.startup-in-iscsid.conf-from-manual-to-au.patch @@ -0,0 +1,32 @@ +From 41c3934db879ead46b665ea7ffcdad1d9d630987 Mon Sep 17 00:00:00 2001 +From: kouwenqi +Date: Thu, 25 Apr 2024 15:33:22 +0800 +Subject: [PATCH] change node.startup in iscsid.conf from manual to automatic + +--- + etc/iscsid.conf | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/etc/iscsid.conf b/etc/iscsid.conf +index 8d2808e..b235f10 100644 +--- a/etc/iscsid.conf ++++ b/etc/iscsid.conf +@@ -39,10 +39,11 @@ + #***************** + + # To request that the iscsi initd scripts startup a session set to "automatic". +-# node.startup = automatic +-# +-# To manually startup the session set to "manual". The default is manual. +-node.startup = manual ++# The default is automatic. ++node.startup = automatic ++ ++# To manually startup the session set to "manual". ++# node.startup = manual + + # For "automatic" startup nodes, setting this to "Yes" will try logins on each + # available iface until one succeeds, and then stop. The default "No" will try +-- +2.23.0 + diff --git a/open-iscsi.spec b/open-iscsi.spec index 74795297e96ea8cba9c3a4c8297d2bb327584cde..89a7737bf7a3d77430c262c39ea70d49e632c250 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.5 -Release: 14 +Release: 15 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.com @@ -37,6 +37,7 @@ patch25: 0025-iscsid-iscsiuio-fix-OOM-adjustment-377.patch patch26: 0026-iscsid-clear-scanning-thread-s-PR_SET_IO_FLUSHER-fla.patch patch27: 0027-iscsid-stop-connection-for-recovery-if-error-is-not-.patch patch28: 0028-discoveryd-fix-format-overflow-warning-413.patch +patch29: 0029-change-node.startup-in-iscsid.conf-from-manual-to-au.patch BuildRequires: flex bison doxygen kmod-devel systemd-units gcc git isns-utils-devel systemd-devel BuildRequires: autoconf automake libtool libmount-devel openssl-devel pkg-config @@ -163,6 +164,9 @@ fi %{_mandir}/man8/* %changelog +* Thu Apr 25 2024 kouwenqi - 2.1.5-15 +- change node.startup in iscsid.conf from manual to automatic + * Tue Feb 20 2024 jiangjianjun - 2.1.5-14 - update open-iscsi.spec