Accepting request 846079 from home:lee_duncan:branches:network
- Updated to latest upstream, including async login ability: * TODO: Update to todo list. * Implement login "no_wait" for iscsiadm NODE mode * iscsiadm buffer overflow regression when discovering many targets at once * iscsid: Check Invalid Session id for stop connection * Add ability to attempt target logins asynchronously - %service_del_postun_without_restart is now available on SLE More accurately it's been introduced in SLE12-SP2+ and SLE15+ +------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/request/show/846079 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=169
This commit is contained in:
parent
cc001447ed
commit
66df7ab404
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||
size 14
|
||||
oid sha256:96ca33d6969e1ee68a8d858bf396e8b2fd6c1c2aca7a23ff9915ad055641c37d
|
||||
size 6073
|
||||
|
@ -1,4 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 18:58:29 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||
|
||||
- Updated to latest upstream, including async login ability:
|
||||
* TODO: Update to todo list.
|
||||
* Implement login "no_wait" for iscsiadm NODE mode
|
||||
* iscsiadm buffer overflow regression when discovering many targets at once
|
||||
* iscsid: Check Invalid Session id for stop connection
|
||||
* Add ability to attempt target logins asynchronously
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 14:34:25 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- %service_del_postun_without_restart is now available on SLE
|
||||
|
||||
More accurately it's been introduced in SLE12-SP2+ and SLE15+
|
||||
|
||||
+-------------------------------------------------------------------
|
||||
Sat Jul 25 01:05:13 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||
|
||||
- Upgrade to upstream vresion 2.1.2 as 2.1.2-suse (for
|
||||
|
@ -146,11 +146,7 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/iscsiuiolog %{buildroot}%{_sysconfdir}
|
||||
%{?regenerate_initrd_posttrans}
|
||||
|
||||
%postun
|
||||
%if %{defined service_del_postun_without_restart}
|
||||
%service_del_postun_without_restart iscsi.service
|
||||
%else
|
||||
%service_del_postun -n iscsi.service
|
||||
%endif
|
||||
%service_del_postun_without_restart iscsi.service
|
||||
%service_del_postun iscsid.service iscsid.socket
|
||||
|
||||
%pre
|
||||
|
Loading…
x
Reference in New Issue
Block a user