Commit Graph

256 Commits

Author SHA256 Message Date
Stephan Kulow
e38fae7828 Accepting request 242408 from network
1

OBS-URL: https://build.opensuse.org/request/show/242408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=44
2014-07-28 04:31:18 +00:00
Lee Duncan
3902f06a90 Accepting request 242407 from home:lee_duncan:branches:network
Fixed spec file to stop correct service on iscsiuio removal

OBS-URL: https://build.opensuse.org/request/show/242407
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=43
2014-07-25 17:12:32 +00:00
Lee Duncan
9195469438 Accepting request 242404 from home:lee_duncan:branches:network
Stop correct service on iscsiuio removal.

OBS-URL: https://build.opensuse.org/request/show/242404
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=42
2014-07-25 16:55:48 +00:00
Stephan Kulow
ddbd988115 Accepting request 239940 from network
1

OBS-URL: https://build.opensuse.org/request/show/239940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=43
2014-07-13 12:05:46 +00:00
Lee Duncan
987d81de85 Accepting request 239937 from home:lee_duncan:branches:network
To match recent submission to SLE12:
- Remove unused variable 'path'
- Parse 'origin' value from iBFT
- iscsi_offload: fix detection of bnx2i (bnc#886198)

OBS-URL: https://build.opensuse.org/request/show/239937
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=40
2014-07-08 18:56:10 +00:00
Stephan Kulow
630c3202b1 Accepting request 236913 from network
1

OBS-URL: https://build.opensuse.org/request/show/236913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=42
2014-06-16 19:42:58 +00:00
Lee Duncan
954aa2020e Accepting request 236912 from home:lee_duncan:branches:network
Updated to latest from SLE12:
- Valgrind fixes for iscsiuio (bnc#881692)
- Added firewall service file for isns server (bnc#880305),
  adding file: open-iscsi-firewall.service

OBS-URL: https://build.opensuse.org/request/show/236912
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=38
2014-06-11 17:38:42 +00:00
Stephan Kulow
886637ad4f Accepting request 236089 from network
Syncing with SLE12 open-iscsi:
- Install ibft-rule-generator (bnc#880336)

- iscsi.service: do not logout from all sessions during shutdown
  (bnc#880338)
- iscsid.service: Fixup dependencies (bnc#880338)

- iscsi_offload: do not print error messages for be2iscsi
  be2iscsi HBAs display the firmware settings in
  /sys/firmware/iscsi_boot1 and only provide a subset
  of the iBFT settings (bnc#876137) (forwarded request 236088 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/236089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=41
2014-06-05 08:49:49 +00:00
Lee Duncan
43eed8fd52 Accepting request 236088 from home:lee_duncan:branches:network
Syncing with SLE12 open-iscsi:
- Install ibft-rule-generator (bnc#880336)

- iscsi.service: do not logout from all sessions during shutdown
  (bnc#880338)
- iscsid.service: Fixup dependencies (bnc#880338)

- iscsi_offload: do not print error messages for be2iscsi
  be2iscsi HBAs display the firmware settings in
  /sys/firmware/iscsi_boot1 and only provide a subset
  of the iBFT settings (bnc#876137)

OBS-URL: https://build.opensuse.org/request/show/236088
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=36
2014-06-02 21:24:00 +00:00
Stephan Kulow
76e1d76c65 Accepting request 232251 from network
- Updated Factory to match latest upstream code base,
  including changse to open-iscsi and iscsiuio. These changes
  include bug fixes as well as systemd integration for
  open-iscsi.
- Added two not-yet-upstream patches for iscsiuio/systemd activation
  from Chris Leech (bnc#869567):
    iscsiuio-systemd-socket-activation-support.patch
    iscsiuio-systemd-unit-files.patch
  Updated spec file to handle install/package of new files.
- Added an upstream patch from Mike Christie (bnc#869356):
  iscsi-tools-set-non-negotiated-params-early

   iscsid: Fix handling of iscsi async events.
   When iscsi targets send 32 or more iscsi async event pdus the
   initiator will run out of memory for events and this message:
   BUG: iscsid: Can not allocate memory for receive context.
   will be logged non stop. iscsid will then not be able to
   complate any more requests because it is stuck in a endless loop
   printing that message.
   This fixes the problem by having iscsid handle an event after it
   has read it in from netlink or the mgmt ipc. Previously we would
   queue all events then handle them.
- Updated systemd unit files (bnc#847953)
- Split iscsiuio out as separate package
   (part of bnc#858972)
- Ported Hannes' open-isns changes fro SLE12, setting up
  open-isns as a separate sub-package and integrating it
  with open-iscsi (forwarded request 232234 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/232251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=40
2014-05-02 18:52:17 +00:00
Lee Duncan
2720b71583 Accepting request 232234 from home:lee_duncan:branches:network
- Updated Factory to match latest upstream code base,
  including changse to open-iscsi and iscsiuio. These changes
  include bug fixes as well as systemd integration for
  open-iscsi.
- Added two not-yet-upstream patches for iscsiuio/systemd activation
  from Chris Leech (bnc#869567):
    iscsiuio-systemd-socket-activation-support.patch
    iscsiuio-systemd-unit-files.patch
  Updated spec file to handle install/package of new files.
- Added an upstream patch from Mike Christie (bnc#869356):
  iscsi-tools-set-non-negotiated-params-early

   iscsid: Fix handling of iscsi async events.
   When iscsi targets send 32 or more iscsi async event pdus the
   initiator will run out of memory for events and this message:
   BUG: iscsid: Can not allocate memory for receive context.
   will be logged non stop. iscsid will then not be able to
   complate any more requests because it is stuck in a endless loop
   printing that message.
   This fixes the problem by having iscsid handle an event after it
   has read it in from netlink or the mgmt ipc. Previously we would
   queue all events then handle them.
- Updated systemd unit files (bnc#847953)
- Split iscsiuio out as separate package
   (part of bnc#858972)
- Ported Hannes' open-isns changes fro SLE12, setting up
  open-isns as a separate sub-package and integrating it
  with open-iscsi

OBS-URL: https://build.opensuse.org/request/show/232234
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=34
2014-04-30 17:04:50 +00:00
Stephan Kulow
2d1515970b Accepting request 225499 from network
Cleaned up systemd unit files and spec entries (bnc#847953) (forwarded request 225498 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/225499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=39
2014-03-21 11:13:49 +00:00
Lee Duncan
abfb8da7db Accepting request 225498 from home:lee_duncan:branches:network
Cleaned up systemd unit files and spec entries (bnc#847953)

OBS-URL: https://build.opensuse.org/request/show/225498
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=32
2014-03-10 18:05:31 +00:00
Stephan Kulow
1c22c7609b Accepting request 215431 from network
- Replaced 8 patches with one. No functional change (forwarded request 215430 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/215431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=38
2014-01-29 12:08:58 +00:00
Lee Duncan
d35181e9c9 Accepting request 215430 from home:lee_duncan:branches:network
- Replaced 8 patches with one. No functional change

OBS-URL: https://build.opensuse.org/request/show/215430
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=30
2014-01-28 20:04:44 +00:00
Stephan Kulow
fac8081ac5 Accepting request 213445 from network
- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with
  many changes from QLogic (bnc#855859), listed in the changes file.
- Updated open-iscsi.spec and open-iscsi.changes as well. (forwarded request 213364 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/213445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=37
2014-01-13 11:03:26 +00:00
179c063d29 Accepting request 213364 from home:lee_duncan:branches:network
- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with
  many changes from QLogic (bnc#855859), listed in the changes file.
- Updated open-iscsi.spec and open-iscsi.changes as well.

OBS-URL: https://build.opensuse.org/request/show/213364
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=28
2014-01-10 12:11:38 +00:00
Stephan Kulow
801cae82bf Accepting request 210741 from network
- Fixed mkinitrd setup to not scan /etc/fstab,
  updated changes file (bnc#826700) (forwarded request 210730 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/210741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=36
2013-12-13 13:55:07 +00:00
Lee Duncan
169653bf6f Accepting request 210730 from home:lee_duncan:branches:network
- Fixed mkinitrd setup to not scan /etc/fstab,
  updated changes file (bnc#826700)

OBS-URL: https://build.opensuse.org/request/show/210730
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=26
2013-12-12 21:59:57 +00:00
Stephan Kulow
51a8f22a33 Accepting request 209209 from network
Updated changes file with patch change inventory. (forwarded request 209208 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/209209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=35
2013-12-03 13:26:43 +00:00
Lee Duncan
a1dd4264a4 Accepting request 209208 from home:lee_duncan:branches:network
Updated changes file with patch change inventory.

OBS-URL: https://build.opensuse.org/request/show/209208
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=24
2013-12-03 01:48:37 +00:00
Lee Duncan
6afba66edf Accepting request 208608 from home:lee_duncan:branches:network
Local patches moved to github repository. No functional change.

OBS-URL: https://build.opensuse.org/request/show/208608
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=23
2013-11-27 22:02:20 +00:00
Stephan Kulow
324a813b39 Accepting request 207060 from network
- install the iscsistart utility which is required by dracut (forwarded request 206964 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/207060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=34
2013-11-17 19:20:08 +00:00
Andrey Karepin
3c8c536e1b Accepting request 206964 from home:elvigia:branches:network
- install the iscsistart utility which is required by dracut

OBS-URL: https://build.opensuse.org/request/show/206964
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=21
2013-11-15 15:40:31 +00:00
Tomáš Chvátal
ec9167df13 Accepting request 202543 from network
- Remove usage of iscsiuio from mkinitrd scripts
- Add programs tags to mkinitrd scripts
  open-iscsi-2.0-873.patch

- add support for systemd integration (bnc#827654)
  open-iscsi-openSUSE-Factory-first-merge.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/202543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=33
2013-10-08 09:03:35 +00:00
980ccf70ac open-iscsi-2.0-873.patch
open-iscsi-openSUSE-Factory-first-merge.diff.bz2

OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=19
2013-10-07 13:31:27 +00:00
30e388ec73 Accepting request 202158 from home:olh:branches:network
- Remove usage of iscsiuio from mkinitrd scripts
- Add programs tags to mkinitrd scripts

OBS-URL: https://build.opensuse.org/request/show/202158
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=18
2013-10-04 16:45:58 +00:00
7da485052a Accepting request 201939 from home:lee_duncan:branches:network
- add support for systemd integration (bnc#827654)
  - Fixed changes file: now only addition is at top

OBS-URL: https://build.opensuse.org/request/show/201939
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=17
2013-10-04 12:27:54 +00:00
Stephan Kulow
79fbcc12ec Accepting request 183504 from network
- moved the open-iscsi branch to the SLES 11 SP3 codebase
  (bnc#821695). See open-iscsi.changes for details.
  - went to 2.0.873 package code base, with SUSE patches (forwarded request 183487 from lee_duncan)

OBS-URL: https://build.opensuse.org/request/show/183504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=31
2013-07-18 14:07:20 +00:00
b3aa982457 Accepting request 183487 from home:lee_duncan:branches:network
- moved the open-iscsi branch to the SLES 11 SP3 codebase
  (bnc#821695). See open-iscsi.changes for details.
  - went to 2.0.873 package code base, with SUSE patches

OBS-URL: https://build.opensuse.org/request/show/183487
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=15
2013-07-17 08:53:52 +00:00
Stephan Kulow
9a9bf7bf06 Accepting request 159644 from network
This brings us up to date with openSUSE 12.2:
- Add open-iscsi-support-non-root-boot-volume.patch: handle non-
  root boot-time iscsi volumes (bnc#630434)
- Add open-iscsi-fix-sysfs-get-value-null.patch: accept "(null)"
  password as meaning no password, when using sysfs (bnc#766300) (forwarded request 148154 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/159644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=30
2013-03-17 09:07:26 +00:00
c30bbe8406 Accepting request 148154 from home:lee_duncan:branches:network
This brings us up to date with openSUSE 12.2:
- Add open-iscsi-support-non-root-boot-volume.patch: handle non-
  root boot-time iscsi volumes (bnc#630434)
- Add open-iscsi-fix-sysfs-get-value-null.patch: accept "(null)"
  password as meaning no password, when using sysfs (bnc#766300)

OBS-URL: https://build.opensuse.org/request/show/148154
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=13
2013-03-16 08:19:24 +00:00
Stephan Kulow
8ce4144b3d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=27
2011-12-06 17:34:14 +00:00
Stephan Kulow
82c0256169 Accepting request 89507 from network
Rename init scripts (bnc#661401). (forwarded request 89501 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/89507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=26
2011-10-27 12:25:38 +00:00
Stephan Kulow
1de9e8696c Accepting request 89501 from home:a_jaeger:branches:openSUSE:Factory
Rename init scripts (bnc#661401).

OBS-URL: https://build.opensuse.org/request/show/89501
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=11
2011-10-27 10:08:18 +00:00
Sascha Peilicke
2f714ce75a Autobuild autoformatter for 72822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=24
2011-06-07 07:08:16 +00:00
Sascha Peilicke
35f584c10e Accepting request 72822 from network
Fix build with new glibc. (forwarded request 72748 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/72822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=23
2011-06-07 07:08:05 +00:00
Stephan Kulow
69f15689a3 Accepting request 72748 from home:a_jaeger:branches:openSUSE:Factory
Fix build with new glibc.

OBS-URL: https://build.opensuse.org/request/show/72748
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=9
2011-06-06 20:50:35 +00:00
OBS User autobuild
6026716148 Accepting request 49879 from network
Copy from network/open-iscsi based on submit request 49879 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=21
2010-10-06 20:46:20 +00:00
OBS User autobuild
156fcf6f48 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=18 2010-03-18 15:13:08 +00:00
OBS User autobuild
7e7e11af29 Accepting request 24478 from network
Copy from network/open-iscsi based on submit request 24478 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=17
2009-11-16 13:31:24 +00:00
OBS User unknown
c3ee332065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=15 2009-08-10 21:37:04 +00:00
OBS User unknown
714c91353b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=14 2009-01-27 01:24:08 +00:00
OBS User unknown
89f7fbb7da OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=13 2008-12-08 14:54:42 +00:00
OBS User unknown
54497d5ebc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=12 2008-12-06 12:20:50 +00:00
OBS User unknown
b2ffb3104c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=11 2008-12-02 14:51:09 +00:00
OBS User unknown
ec3573e69b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=10 2008-11-20 15:45:56 +00:00
OBS User unknown
25d20c595d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=9 2008-11-17 16:36:15 +00:00
OBS User unknown
eb56a94f52 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=8 2008-09-05 23:11:16 +00:00
OBS User unknown
74e0dafe09 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=7 2008-08-29 00:59:20 +00:00