Accepting request 889087 from home:lee_duncan:branches:network

- Local (SUSE) change: update iscsi.service so that it tries to
  logon to any "onboot" and firmware targets, in case a target
  was offline when booted but back up when the service is started.
  (bsc#1153806)

- Merged with latest from upstream, which contains these fixes:
  * Add "no wait" option to iscsiadm firmware login
  * Check for ISCSI_ERR_ISCSID_NOTCONN in iscsistart
  * Log proper error message when AUTH failure occurs

OBS-URL: https://build.opensuse.org/request/show/889087
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=181
This commit is contained in:
Lee Duncan 2021-04-28 16:53:14 +00:00 committed by Git OBS Bridge
parent 19759782ff
commit 80e3f3615a
3 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f65e8be253af8db46417539d1ec8f4dbbd9ed52ea7f8b697a7f2bb229947b77
size 492101
oid sha256:baf4a73e2992974c3b28aa6c059d550a9117a792be4ffce80ec4ae6a7d84f566
size 491997

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
size 14
oid sha256:838df4bb8030fa7748f0686b9eca4d7e0fc42946d37ed4625c3bcb1d9016c934
size 2365

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 28 16:26:08 UTC 2021 - Lee Duncan <lduncan@suse.com>
- Local (SUSE) change: update iscsi.service so that it tries to
logon to any "onboot" and firmware targets, in case a target
was offline when booted but back up when the service is started.
(bsc#1153806)
-------------------------------------------------------------------
Wed Apr 28 15:34:43 UTC 2021 - Lee Duncan <lduncan@suse.com>
- Merged with latest from upstream, which contains these fixes:
* Add "no wait" option to iscsiadm firmware login
* Check for ISCSI_ERR_ISCSID_NOTCONN in iscsistart
* Log proper error message when AUTH failure occurs
-------------------------------------------------------------------
Thu Mar 11 21:29:25 UTC 2021 - Lee Duncan <lduncan@suse.com>