upstream fixes
iscsiuio: add mutex to protect netlink buffer for pass-through xmit iscsid: get gateway information from sysfs when recovering sessions enabled MaxOustandingR2T negotiation during login
This commit is contained in:
parent
f06c07d904
commit
7f68a1cd5c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/open-iscsi-4c1f2d9.tar.gz
|
/open-iscsi-4c1f2d9.tar.gz
|
||||||
/open-iscsi-86e8892.tar.gz
|
/open-iscsi-86e8892.tar.gz
|
||||||
/open-iscsi-4ef9261.tar.gz
|
/open-iscsi-4ef9261.tar.gz
|
||||||
|
/open-iscsi-f3c8e90.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global open_iscsi_version 2.0
|
%global open_iscsi_version 2.0
|
||||||
%global open_iscsi_build 876
|
%global open_iscsi_build 876
|
||||||
%global commit0 4ef926185f300dc34593261ab8f9de39a32f80cb
|
%global commit0 f3c8e90fc0894c088950a15ee6618b427f9e2457
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||||
Release: 4.git%{shortcommit0}%{?dist}
|
Release: 5.git%{shortcommit0}%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.open-iscsi.org
|
URL: http://www.open-iscsi.org
|
||||||
@ -346,6 +346,11 @@ fi
|
|||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2018 Chris Leech <cleech@redhat.com> - 6.2.0.876-5.gitf3c8e90
|
||||||
|
- iscsiuio: add mutex to protect netlink buffer for pass-through xmit
|
||||||
|
- iscsid: get gateway information from sysfs when recovering sessions
|
||||||
|
- enabled MaxOustandingR2T negotiation during login
|
||||||
|
|
||||||
* Mon Jun 25 2018 Adam Williamson <awilliam@redhat.com> - 6.2.0.876-4.git4ef9261
|
* Mon Jun 25 2018 Adam Williamson <awilliam@redhat.com> - 6.2.0.876-4.git4ef9261
|
||||||
- Rebuilt for Python 3.7, again
|
- Rebuilt for Python 3.7, again
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (open-iscsi-4ef9261.tar.gz) = dbdaccdea249490e840709cb7b2f3482218f765ff92471161baf1f3bb2bc91154864ac3f87fb486fa622fd2c2f9de62f34f0440769de17a75dcb4c91f2450820
|
SHA512 (open-iscsi-f3c8e90.tar.gz) = 01cda61f1654cbd874bd0a5b2a2ca272e9c33344f8f057d0b84b712ad5ce7a3149e0d229c51ff91b6c62ac76b09825346091d721f748ad872e7e535e64b55170
|
||||||
|
Loading…
Reference in New Issue
Block a user