iscsiadm overflow regression when discovering many targets at once
check for invalid session id during stop connection add ability to attempt target logins asynchronously
This commit is contained in:
parent
648f8e6f45
commit
a2e117b6ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/open-iscsi-4440e57.tar.gz
|
/open-iscsi-4440e57.tar.gz
|
||||||
/open-iscsi-ac87641.tar.gz
|
/open-iscsi-ac87641.tar.gz
|
||||||
/open-iscsi-802688d.tar.gz
|
/open-iscsi-802688d.tar.gz
|
||||||
|
/open-iscsi-13e7f58.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global open_iscsi_version 2.1
|
%global open_iscsi_version 2.1
|
||||||
%global open_iscsi_build 2
|
%global open_iscsi_build 2
|
||||||
%global commit0 802688debcd88c48edabe86deb7e7ed47ebadc26
|
%global commit0 13e7f58a1658636202994e3298237edefb985919
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Disable python2 build by default
|
# Disable python2 build by default
|
||||||
@ -9,7 +9,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: 0.git%{shortcommit0}%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.open-iscsi.org
|
URL: http://www.open-iscsi.org
|
||||||
Source0: https://github.com/open-iscsi/open-iscsi/archive/%{commit0}.tar.gz#/open-iscsi-%{shortcommit0}.tar.gz
|
Source0: https://github.com/open-iscsi/open-iscsi/archive/%{commit0}.tar.gz#/open-iscsi-%{shortcommit0}.tar.gz
|
||||||
@ -331,6 +331,11 @@ fi
|
|||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 21 2020 Chris Leech <cleech@redhat.com> - 6.2.1.2-1.git13e7f58
|
||||||
|
- iscsiadm overflow regression when discovering many targets at once
|
||||||
|
- check for invalid session id during stop connection
|
||||||
|
- add ability to attempt target logins asynchronously
|
||||||
|
|
||||||
* Tue Aug 11 2020 Christian Glombek <cglombek@redhat.com> - 6.2.1.2-0.git802688d
|
* Tue Aug 11 2020 Christian Glombek <cglombek@redhat.com> - 6.2.1.2-0.git802688d
|
||||||
- Update to upstream v2.1.2
|
- Update to upstream v2.1.2
|
||||||
- Remove systemctl enable calls, as this is now handled by Fedora presets
|
- Remove systemctl enable calls, as this is now handled by Fedora presets
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (open-iscsi-802688d.tar.gz) = 9da68de78622f31fd14e3e45db1033c10afccea561118dfb2a1ed1663a7885a52c8258aad13e4d56ad3c62a9be3915eddff43f552ddd53ecfc24a96b37ab501f
|
SHA512 (open-iscsi-13e7f58.tar.gz) = baaf1b69c6e2da24684458bd3042dae07dcaa415b0b4c44d2b5b9076f17871f7c430e6f515a18ea439ee02da7d76af25fee82a9e88196eea59cce88979b5bc9b
|
||||||
|
Loading…
Reference in New Issue
Block a user