2016-01-15 18:18:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 14 23:56:07 UTC 2016 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Synced with current upstream as of today, which included 29
|
|
|
|
changes. Most changes were directly from upstream, but
|
|
|
|
some where to fix small differences that had developed
|
|
|
|
between our code and theirs, now fixed. As always, see
|
|
|
|
git@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
|
|
|
|
branch, for details.
|
|
|
|
|
|
|
|
Change summary:
|
|
|
|
* Syncing top-level files with upstream.
|
|
|
|
* Fixed my typo in default CFLAGS.
|
|
|
|
* Syncing up utils/fwparam_ibft with upstream.
|
|
|
|
* Adding in missing part of previous commit.
|
|
|
|
* iscsiuio: Get the library to use based on uio sysfs name
|
|
|
|
* iscsiuio: Wait for iface to be ready before issuing the ping
|
|
|
|
* iscsiadm: let ping be tried after iface config is initialized
|
|
|
|
* iscsiuio: Add ping support through iscsiuio
|
|
|
|
* iscsid: Changes to support ping through iscsiuio
|
|
|
|
* iscsiuio: Add QLogic Vendor ID to support newer NX2 HBAs
|
|
|
|
* iscsid: fix iscsi_host_set_net_params return code
|
|
|
|
* iscsid/iscsiuio: remove uio poll
|
|
|
|
* iscsid: make sure actor is delated before rescheduling
|
|
|
|
* Remove last pieces of building local open-isns.
|
|
|
|
* iscsi: remove local copy of open-isns
|
|
|
|
* Use system-wide open-isns, not internal version.
|
|
|
|
* Fix typo in man page.
|
|
|
|
* fix typo
|
|
|
|
* iscsiuio: Correct the handling of Multi Function mode
|
|
|
|
* Reformat man page synopsis sections
|
|
|
|
* Spelling and escaping error fixes.
|
|
|
|
* Remove outdated Debian packaging code.
|
|
|
|
* buildsys: respect CFLAGS and LDFLAGS from the outside
|
|
|
|
* buildsys: make 'make clean' idempotent
|
|
|
|
* Fix small typo in iscsid.conf
|
|
|
|
* Fix iBFT target flags check.
|
|
|
|
* Remove duplicate newlines in log messages.
|
|
|
|
* Kernel include path
|
|
|
|
* Allow setting host params to return EAGAIN errors.
|
|
|
|
|
2016-01-07 17:45:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 07 01:39:10 UTC 16 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Removing creation of the open-isns RPM, since it
|
|
|
|
is now created in its own package
|
|
|
|
|
2015-06-18 19:56:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 18 17:29:56 UTC 2015 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Add rcsymlinks (bnc#932814) (from mpluskal@suse.com)
|
|
|
|
Cleaned up spec file rpmlint commplaints
|
|
|
|
|
2015-03-23 11:30:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 19 16:30:26 UTC 2015 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Updated to latest upstream, adding 42 patches. See
|
|
|
|
git@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
|
|
|
|
branch, for details:
|
|
|
|
* iscsid: retry login for ISCSI_ERR_HOST_NOT_FOUND
|
|
|
|
* iscsid: Fix double close of mgmt ipc fd
|
|
|
|
* iscsiadm: Initialize param_count in set_host_chap_info
|
|
|
|
* iscsiuio: Rebranding iscsiuio
|
|
|
|
* iscsiadm : make iface.ipaddress optional in iface
|
|
|
|
* isns: Add docs for deregistering discovery domains.
|
|
|
|
* iscsid: don't round up when modifying padding len
|
|
|
|
* Fix build warnings for unused variables
|
|
|
|
* Fix warning about possibly-uninitialized variable
|
|
|
|
* Fix bad sizeof in memset
|
|
|
|
* Fix missing header
|
|
|
|
* iscsiuio: Fix warning about non-matching types
|
|
|
|
* iscsiuio: Fix strict-aliasing warning with struct
|
|
|
|
* iscsiuio: Resolve strict aliasing issue in
|
|
|
|
* iscsiuio: Fix aliasing issue with
|
|
|
|
* iscsiuio: Use attribute(unused) for variables that are
|
|
|
|
* iscsiuio: Use attribute(unused) for *icmpv6_hdr
|
|
|
|
* iscsiuio: Change nic_disable to return void
|
|
|
|
* iscsiuio: Remove set but unused variables
|
|
|
|
* iscsiuio: Check return value from nic_queue_tx_packet
|
|
|
|
* Code cleanup: no functional changes
|
|
|
|
* Represent DHCP "origin" as an enum, not a string.
|
|
|
|
* Allow modifications for iface.gateway and
|
|
|
|
* actor: Mark actor_check static
|
|
|
|
* actor: simplify actor_check
|
|
|
|
* actor: s/ACTOR_TICKS/actor_jiffies/
|
|
|
|
* actor: Remove ACTOR_TICKS_10MS()
|
|
|
|
* actor: Unobfuscate ACTOR_MAX_LOOPS
|
|
|
|
* actor: Simplify actor_poll a little
|
|
|
|
* Remove actor_init and rename actor_new to actor_init
|
|
|
|
* Make running actors event-driven
|
|
|
|
* Wake up to reap children
|
|
|
|
* fix regression in iscsi_tcp iface binding
|
|
|
|
* guard against NULL ptr during discovery from unexpected
|
|
|
|
* add discovery as a valid mode in iscsiadm.8
|
|
|
|
* iscsid: fix order of setting uid/gid and drop
|
|
|
|
* iscsiuio CFLAGS fixes
|
|
|
|
* Fix incorrect list operation leading to out-of-order
|
|
|
|
* Prevent spinning over poll() when reconnecting to an
|
|
|
|
* Add some more debug logging to actor.c
|
|
|
|
* iscsid safe session logout
|
|
|
|
* iscsid: don't re-read config file for every session
|
|
|
|
|
2015-03-10 18:42:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 9 21:29:30 UTC 2015 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Supply strings for newly-added error numbers
|
|
|
|
- Allow "again" errors from transport in some cases
|
|
|
|
(bsc#903729)
|
|
|
|
|
2015-03-10 14:18:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 23:41:12 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Do not depend on fillup and insserv if the package build with
|
|
|
|
systemd support; it's redundant
|
|
|
|
- Remove obsolete %clean and AUTHORS sections
|
|
|
|
|
2014-12-06 00:33:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 5 22:54:32 UTC 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fixed spec file to support dracut on newers versions (bsc#893578)
|
|
|
|
- Also cleaned up spec file a bit for rpmlint
|
|
|
|
|
2014-11-25 23:47:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 25 13:44:28 PST 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fixed spec file: db-devel < 5, to fix SLE 12 and SP3 builds
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 25 11:43:03 PST 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fix isns server to allow legal registration sequence,
|
|
|
|
including portal group (bsc#905670)
|
|
|
|
|
2014-10-28 18:53:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 28 09:56:55 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added fix from Hannes to properly boot all iBFT cards,
|
|
|
|
fixing previous update (bnc#902183)
|
|
|
|
|
2014-09-24 17:46:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 23 14:09:33 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added fix from hannes to fixup IPv6 iBFT interface
|
|
|
|
description
|
|
|
|
- Also cherry-picked commit fro sle12 from hannes:
|
|
|
|
Allow modifications for iface.gateway and iface.subnet_mask,
|
|
|
|
needed for today's fix
|
|
|
|
|
2014-07-25 19:12:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 25 10:03:00 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fixed spec file to stop correct service on iscsiuio removal
|
|
|
|
|
2014-07-08 20:56:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 8 16:27:39 CEST 2014 - hare@suse.de
|
|
|
|
|
|
|
|
- Remove unused variable 'path'
|
|
|
|
- Parse 'origin' value from iBFT
|
|
|
|
- iscsi_offload: fix detection of bnx2i (bnc#886198)
|
|
|
|
|
2014-06-11 19:38:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 6 16:49:19 CEST 2014 - hare@suse.de
|
|
|
|
|
|
|
|
- Valgrind fixes for iscsiuio (bnc#881692)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 4 09:58:53 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added firewall service file for isns server (bnc#880305),
|
|
|
|
adding file: open-iscsi-firewall.service
|
|
|
|
|
2014-06-02 23:24:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 30 11:50:36 CEST 2014 - hare@suse.de
|
|
|
|
|
|
|
|
- Install ibft-rule-generator (bnc#880336)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 28 15:26:29 CEST 2014 - hare@suse.de
|
|
|
|
|
|
|
|
- iscsi.service: do not logout from all sessions during shutdown
|
|
|
|
(bnc#880338)
|
|
|
|
- iscsid.service: Fixup dependencies (bnc#880338)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 2 15:07:14 2014 +0200 - hare@suse.de
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2014-04-30 19:04:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 28 11:00:03 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 28 10:59:09 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added an upstream patch from Mike Christie (bnc#869356):
|
|
|
|
iscsi-tools-set-non-negotiated-params-early
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 28 10:52:58 PDT 2014 - <michaelc@cs.wisc.edu>
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 28 10:51:35 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Updated systemd unit files (bnc#847953)
|
|
|
|
- Split iscsiuio out as separate package
|
|
|
|
(part of bnc#858972)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 28 10:29:26 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Ported Hannes' open-isns changes fro SLE12, setting up
|
|
|
|
open-isns as a separate sub-package and integrating it
|
|
|
|
with open-iscsi
|
|
|
|
- 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.
|
|
|
|
|
2014-01-28 21:04:44 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-03-10 19:05:31 +01:00
|
|
|
Mon Mar 10 10:45:43 PDT 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Cleaned up systemd unit files and spec entries (bnc#847953)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-01-28 21:04:44 +01:00
|
|
|
Tue Jan 28 11:40:16 PST 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Replaced 8 patches with one, to clean up. Added patch:
|
|
|
|
open-iscsi-Factory-latest.diff.bz2
|
|
|
|
Removed patches:
|
|
|
|
open-iscsi-openSUSE-12.3-first-merge.diff.bz2
|
|
|
|
open-iscsi-openSUSE-Factory-first-merge.diff.bz2
|
|
|
|
open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-latest.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-flash-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-general-updates-1.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-iscsiuio-update.diff.bz2
|
|
|
|
No functional changes.
|
|
|
|
|
2014-01-10 13:11:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 9 10:11:32 PST 2014 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with
|
|
|
|
the following changes from QLogic (bnc#855859):
|
|
|
|
iscsiadm.8: Updated man page for host statistics.
|
|
|
|
README: Updated for host statistics.
|
|
|
|
iscsi_tool: Add offload host statistics support.
|
|
|
|
iscsiadm: Added document for description of iface attributes
|
|
|
|
iscsi tools: Show iface params based on iface type
|
|
|
|
iscsi tools: Let default type of iface be ipv4
|
|
|
|
iscsi tools: iface params should be updated for node_rec as well.
|
|
|
|
iscsi tools: Additional parameters for network settings
|
|
|
|
iscsi tools: Ignore network parameter if not enabled/disabled
|
|
|
|
iscsi tools: Use single function to set integer network parameters
|
|
|
|
iscsi tools: Use single function to enable/disable network parameters
|
|
|
|
iscsi tools: Use macro to set IPv4/IPv6 IP addresses
|
|
|
|
iscsi_if.h: Additional parameters for network param settings
|
|
|
|
iscsi_if.h: Remove numbers used for network parameter settings
|
|
|
|
iscsi tools: Setup iface conf file with all iface attrs exported in sysfs
|
|
|
|
README changes for adding support to set CHAP entry
|
|
|
|
iscsi tools: Correctly get username_in and password_in flashnode params
|
|
|
|
iscsiadm: Add support to set CHAP entry using host chap mode
|
|
|
|
README changes to use long option --index instead of --flashnode_idx
|
|
|
|
iscsiadm: Man page changes to use -x option for chap_tbl_idx
|
|
|
|
iscsiadm: Use '-x' option instead of '-v' to specify chap_tbl_idx
|
|
|
|
flashnode: Add support to set ISCSI_FLASHNODE_CHAP_OUT_IDX param
|
|
|
|
iscsi tools: Print additional session info for flashnode session
|
|
|
|
iscsiadm: Correctly check for invalid hostno and flashnode index
|
|
|
|
|
2013-12-12 22:59:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 11 17:40:51 PST 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fixed mkinitrd setup to not scan /etc/fstab
|
|
|
|
(bnc#826700), changing:
|
|
|
|
open-iscsi-openSUSE-Factory-first-merge.diff.bz2
|
|
|
|
|
2013-12-03 02:48:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 2 14:46:25 PST 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Dropped this patch from OBS; moved to github repostiory:
|
|
|
|
open-iscsi-2.0-873.patch
|
|
|
|
|
|
|
|
The following patches updated to use new linux git
|
|
|
|
requirements for longer hash values in patches, but not
|
|
|
|
functionally changed:
|
|
|
|
open-iscsi-openSUSE-12.3-first-merge.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-latest.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-flash-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-general-updates-1.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-iscsiuio-update.diff.bz2
|
|
|
|
|
|
|
|
This patch was also changed to absorb changes from
|
|
|
|
open-iscsi-2.0-873.patch:
|
|
|
|
open-iscsi-openSUSE-Factory-first-merge.diff.bz2
|
|
|
|
|
2013-11-15 16:40:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 14 22:59:40 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
|
2013-11-27 23:02:20 +01:00
|
|
|
- install the iscsistart utility which is required by dracut
|
2013-11-15 16:40:31 +01:00
|
|
|
|
2013-10-04 18:45:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 16:07:47 CEST 2013 - ohering@suse.de
|
|
|
|
|
|
|
|
- Remove usage of iscsiuio from mkinitrd scripts
|
|
|
|
- Add programs tags to mkinitrd scripts
|
2013-10-07 15:31:27 +02:00
|
|
|
open-iscsi-2.0-873.patch
|
2013-10-04 18:45:58 +02:00
|
|
|
|
2013-10-04 14:27:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 27 14:23:10 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- add support for systemd integration (bnc#827654)
|
2013-10-07 15:31:27 +02:00
|
|
|
open-iscsi-openSUSE-Factory-first-merge.diff.bz2
|
2013-10-04 14:27:54 +02:00
|
|
|
|
2013-03-16 09:19:24 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-07-17 10:53:52 +02:00
|
|
|
Wed Jul 3 15:01:50 UTC 2013 - meissner@suse.com
|
|
|
|
|
|
|
|
- moved the open-iscsi branch to the SLES 11 SP3 codebase.
|
|
|
|
|
|
|
|
Update coalesces and drops patches:
|
|
|
|
iscsi-gen-initiatorname.sh
|
|
|
|
open-iscsi-2.0-870-rc1-static.patch
|
|
|
|
open-iscsi-2.0-870-rc1.tar.bz2
|
|
|
|
open-iscsi-add-error-msg-to-log.c
|
|
|
|
open-iscsi-add-mkinitrd-scriptlets
|
|
|
|
open-iscsi-add-rhel5-compat
|
|
|
|
open-iscsi-add-sles10-compat
|
|
|
|
open-iscsi-allow-onboot-for-loginall
|
|
|
|
open-iscsi-beta5-kernel-patch-update
|
|
|
|
open-iscsi.changes
|
|
|
|
open-iscsi-cxgb3i-support
|
|
|
|
open-iscsi-error-check-in-db-lock-creation
|
|
|
|
open-iscsi-fix-sysfs-get-value-null.patch
|
|
|
|
open-iscsi-fixup-onboot-for-loginall
|
|
|
|
open-iscsi-fw-crash-on-ppc
|
|
|
|
open-iscsi-fwparam_ppc-string-overflow
|
|
|
|
open-iscsi-header.patch
|
|
|
|
open-iscsi-initiator-compile-warning
|
|
|
|
open-iscsi-install-mkinitrd-scriptlets
|
|
|
|
open-iscsi-iscsid-adjust-settings
|
|
|
|
open-iscsi-iscsi_discovery-doc-fixes
|
|
|
|
open-iscsi-load-ibft-before-reading-sys-firmware
|
|
|
|
open-iscsi-login-retry-update
|
|
|
|
open-iscsi-no-pid-file
|
|
|
|
open-iscsi-option-no-pid-file
|
|
|
|
open-iscsi-remove-dump-char
|
|
|
|
open-iscsi-remove-trailing-tilde
|
|
|
|
open-iscsi-rm-unused-variable
|
|
|
|
open-iscsi-set-LOCK_DIR-during-compilation
|
|
|
|
open-iscsi.spec
|
|
|
|
open-iscsi-start-target-before-initiator
|
|
|
|
open-iscsi-support-non-root-boot-volume.patch
|
|
|
|
open-iscsi-suse-build-fixes
|
|
|
|
open-iscsi-sync-modules-with-2.6.27
|
|
|
|
open-iscsi-update-init-script
|
|
|
|
open-iscsi-update-suse-init-scripts
|
|
|
|
|
|
|
|
- New patches:
|
|
|
|
open-iscsi-openSUSE-12.3-first-merge.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-latest.diff.bz2
|
|
|
|
open-iscsi-sles11-sp2-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-flash-update.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-general-updates-1.diff.bz2
|
|
|
|
open-iscsi-sles11-sp3-iscsiuio-update.diff.bz2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 5 15:53:34 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- check return from nice() correctly (bnc#807936)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 11:27:55 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Branched from SLES 11 SP3
|
|
|
|
|
|
|
|
- Modified for openSUSE by removing iscsiuio references, and
|
|
|
|
by changing service name from open-iscsi to iscsid (bnc#821695)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 23 19:24:20 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Adds support to be able to use isns discovery and
|
|
|
|
bind the portals found to offload ifaces (bnc#820881)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 18:34:23 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Now handles boot-time non-root iSCSI volumes (bnc#630434)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 9 10:32:17 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Fixed iscsiadm name/value command-line parsing
|
|
|
|
bug caused by previous update (bnc#818517)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 5 11:04:21 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added iscsiadm support for user management of target adapter
|
|
|
|
flash (bnc#810208)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 14 13:19:32 PDT 2013 - lduncan@suse.com
|
2013-03-16 09:19:24 +01:00
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 11 15:20:47 PDT 2013 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Updated iscsiuio to latest (bnc#769125)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 7 10:19:41 PDT 2012 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Added iscsiuio patches and other cleanup (bnc#751056)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 21 11:12:01 PDT 2012 - lduncan@suse.com
|
|
|
|
|
|
|
|
- Updated open-iscsi to version 2.0.873 (bnc#751056)
|
|
|
|
- Updated iscsiuio to version 0.7.4.3, to match
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 6 15:57:43 CET 2012 - hare@suse.de
|
|
|
|
|
|
|
|
- Do not install initiatorname.iscsi (bnc#742430)
|
|
|
|
- iscsi_offload: Fixup qla4xxx booting (bnc#742570)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 3 12:38:57 CET 2012 - hare@suse.de
|
|
|
|
|
|
|
|
- Append '.suse' to version string (bnc#713975)
|
|
|
|
- iscsiadm dumps core on invalid config file (bnc#742570)
|
|
|
|
- Load iscsi_tcp kernel modules unconditionally (bnc#738040)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 9 15:09:01 CET 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- iscsiadm: Return correct error when login fails (bnc#715071)
|
|
|
|
- Add bnx2i to list of modules (bnc#718014)
|
|
|
|
- iscsi_offload: Configure interface from iBFT
|
|
|
|
- Allow modifications for iface.gateway and iface.subnet_mask
|
|
|
|
- Remove OFFLOAD_BOOT_SUPPORTED define
|
|
|
|
- iscsiadm: Allow -d flag for firmware mode
|
|
|
|
- iscsid prints invalid log message
|
|
|
|
- Start iscsiuio early in boot.open-iscsi (bnc#731216)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 28 16:20:20 CET 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Enable offload interfaces from iscsi_offload script (bnc#730157)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 25 15:18:49 CET 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Start iscsiuio manually again (bnc#732798)
|
|
|
|
- Remove compat code from iscsiuio
|
|
|
|
- Fixup build warnings
|
|
|
|
- Add uip_broadcast() header declaration
|
|
|
|
- Handle error when starting iscsiuio from iscsid
|
|
|
|
- Fixup definition for krecv_conn_state()
|
|
|
|
- Include iscsi-gen-initiatorname script
|
|
|
|
- Update mkinitrd scripts for iSCSI offload boot (bnc#732634)
|
|
|
|
- Added launching of iscsiuio before session sync (bnc#731216)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 4 09:15:52 CET 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsiuio to 0.7.0.14g (bnc#726708)
|
|
|
|
- Merge with mainline:
|
|
|
|
* Update for mixed mode on qla4xxx (bnc#727415)
|
|
|
|
* Fix printing of unknown host values in iscsiadm
|
|
|
|
* Fix IPv6 ibft/firmware boot
|
|
|
|
* Remove iSNS RFC files
|
|
|
|
- Stop iscsiuio when run inside initrd (bnc#728095)
|
|
|
|
|
2011-10-27 12:08:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 09:25:02 UTC 2011 - aj@suse.de
|
|
|
|
|
|
|
|
- Rename init scripts (bnc#661401).
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 24 09:13:19 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsiuio to 0.7.0.14f (bnc#687392)
|
|
|
|
- Default iscsid version to 872 for iscsiuio (bnc#687392)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 10 13:46:21 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsi_offload script (bnc#718014)
|
|
|
|
- Fixup mac address calculation
|
|
|
|
- Fixup iscsi_offload script to work on qla4xxx (bnc#722268)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 7 16:17:58 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix build error.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 6 19:07:04 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Merge with mainline:
|
|
|
|
* Include qla4xxx support (bnc#722268)
|
|
|
|
* Multiple sessions from single iface (bnc#713975)
|
|
|
|
- Fix memory leak when parsing config file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 19 11:52:52 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsiuio to 0.7.0.14d (bnc#687392)
|
|
|
|
- Fixup README (bnc#711953)
|
|
|
|
- Start iscsiuio from iscsid (bnc#718014)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 16 16:30:05 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsiuio to 0.7.0.14 (bnc#687392)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 14:53:55 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- iscsi fails to start with bnx2i offloading (bnc#708261)
|
|
|
|
- /etc/init.d/open-iscsi fails to shutdown daemon on 'stop'
|
|
|
|
- Add 'iscsi_offload' script (FATE#311488)
|
|
|
|
- Configure all interfaces from iBFT (FATE#311345)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 18 10:02:49 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsi_uio to version 0.7.0.8 (bnc#687392)
|
|
|
|
- Add uip callbacks (bnc#687392)
|
|
|
|
- Fixup spec file to refer to iscsiuio
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 21 15:09:46 CEST 2011 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to version 2.0-872 (FATE#312030)
|
|
|
|
- Update brcm_iscsi_uio to version 0.7.0.4 (FATE#312028)
|
|
|
|
- Rediff patches to apply to upstream codebase
|
|
|
|
- Include scripts for automated build
|
|
|
|
|
2011-06-06 22:50:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 6 09:20:29 UTC 2011 - aj@suse.de
|
|
|
|
|
|
|
|
- Fix build with newer glibc.
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 2 11:32:12 CET 2011 - mweckbecker@suse.de
|
|
|
|
|
|
|
|
- Fix the following issues:
|
|
|
|
|
|
|
|
bnc#608224: iscsi stop fails though root is not on iSCSI device-
|
|
|
|
FIXUP
|
|
|
|
bnc#435689: root on multipath iSCSI SLES10 SP2 host occasionally
|
|
|
|
hangs
|
|
|
|
bnc#455995: iSCSI connections should not get closed if unmount
|
|
|
|
fails
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 31 10:25:12 CET 2011 - mweckbecker@suse.de
|
|
|
|
|
|
|
|
- open-iscsi-start-multipath-before-iscsi: updated to apply w/
|
|
|
|
fuzz=0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 30 10:55:05 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Parse iface entry correctly in init script
|
|
|
|
- Tear down block device stack on 'open-iscsi stop' (bnc#608224)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 28 15:33:06 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- open-iscsi stop returns 'failed' for root on iSCSI (bnc#608224)
|
|
|
|
- Extract correct session information for firmware sessions
|
|
|
|
(bnc#617883)
|
|
|
|
- Start multipathd before open-iscsi (bnc#603382)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 26 14:47:47 CEST 2010 - ro@suse.de
|
|
|
|
|
|
|
|
- also enter boot.multipath in Should-Stop
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 26 11:42:49 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Start boot.multipath prior to boot.open-iscsi (bnc#595629)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 20 16:53:52 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Do send SIGTERM to pid 0 (bnc#589064)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 15 09:35:24 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Set correct 'interface' variable for mkinitrd (bnc#596627)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 13 09:03:11 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Remove ibft mkinitrd scripts.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 12 16:40:27 CEST 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Only set nettype to 'dhcp' if a valid DHCP address was found
|
|
|
|
(bnc#576601)
|
|
|
|
- Do not print 'umounting failed' on shutdown (bnc#581259)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 26 16:22:01 CET 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Do no umount root fs on shutdown (bnc#581259)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 25 15:46:40 CET 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Update brcm_uio daemon to version 0.5.7 (bnc#576601)
|
|
|
|
- Load transport modules if configured (bnc#590531)
|
|
|
|
|
2010-10-06 22:46:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 12 18:05:27 CET 2010 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- Do not hardcode the iscsi_ibft module in the iscsi mkinitrd
|
|
|
|
script, the ibft script handles this correctly (bnc#528657).
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 12 15:57:43 CET 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Don't close sessions if umount fails (bnc#581259)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 22 16:06:55 CET 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Start brcm_uio daemon conditionally if HW is present (bnc#576601)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 15 18:12:41 CET 2010 - mmarek@suse.de
|
|
|
|
|
|
|
|
- Include <sys/types.h> for pid_t.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 8 16:19:20 CET 2010 - hare@suse.de
|
|
|
|
|
|
|
|
- Add brcm_uio daemon for bnx2i iSCSI offload (bnc#576601)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 17 14:20:45 CET 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- Do not modify network parameter when iBFT is not found
|
|
|
|
(bnc#562030)
|
|
|
|
- Use correct value for iBFT 'origin' parameter (bnc#565116)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 10 11:17:57 CET 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- iscsiadm fails to read ibft (bnc#561596)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 18 10:33:27 CET 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to 2.0-871 (FATE#307216)
|
|
|
|
- Renumber patches
|
|
|
|
- Add mkinitrd scriptlet for iBFT setup (bnc#541892)
|
|
|
|
- Fall back to kernel name in mkinitrd setup if udev fails
|
|
|
|
- Allow empty usernames for CHAP
|
|
|
|
- Read initiatorname correctly from sysfs (bnc#541882)
|
|
|
|
|
2009-11-16 14:31:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 3 19:09:35 UTC 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 19 12:58:13 CEST 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- Synchronize startup settings (bnc#514273)
|
|
|
|
- Fix daemon segfault with CHAP (bnc#519402)
|
|
|
|
- Do not use temp file in iscsi_discovery (bnc#528711)
|
|
|
|
|
2009-08-10 23:37:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 21 14:36:45 CEST 2009 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- build with fno-strict-aliasing
|
|
|
|
- do not use static libc, this does not work in reality, use
|
|
|
|
of getaddrinfo(3) requires shared libraries at runtime
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 10 10:56:19 CET 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- search_ibft() might crash when no iBFT is found (bnc#471475)
|
|
|
|
|
2009-01-27 02:24:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 26 11:51:54 CET 2009 - ro@suse.de
|
|
|
|
|
|
|
|
- change fillup call from "-Y" to "-y" the boot script has
|
|
|
|
been present in this package for long enough (SLES10-GA)
|
|
|
|
|
2013-07-17 10:53:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 22 13:41:40 CET 2009 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix relogin retry handling (bnc#466846)
|
|
|
|
|
2008-12-08 15:54:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 8 15:43:29 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Remove trailing tilde from /etc/iscsi/ifaces.example (bnc#450870)
|
|
|
|
|
2008-12-02 15:51:09 +01:00
|
|
|
-------------------------------------------------------------------
|
2008-12-06 13:20:50 +01:00
|
|
|
Fri Dec 5 09:19:25 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixup 'onboot' for loginall (bnc#449108)
|
|
|
|
- Remove unused 'dump_char' definition in log.c
|
|
|
|
- Load ibft module before reading /sys/firmware (bnc#450897)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-12-02 15:51:09 +01:00
|
|
|
Tue Dec 2 15:47:31 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- iscsiadm -m fw crashes on ppc (bnc#449116)
|
|
|
|
|
2008-11-20 16:45:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 20 15:48:55 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Add cxgb3i support (bnc#433500, FATE#304154)
|
|
|
|
- No pid file from init scripts
|
|
|
|
|
2008-11-17 17:36:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 13 11:38:30 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Update iscsi-gen-initiatorname to work with newer kernels
|
|
|
|
(bnc#443509)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 12 15:54:21 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Update SUSE init scripts to work with newer kernels
|
|
|
|
- Move mkinitrd scriptlets to git repository
|
|
|
|
- Fixes for root-on-iSCSI:
|
|
|
|
* Update mkinitrd scripts to work with newer kernels (bnc#435215)
|
|
|
|
* Allow 'onboot' for iscsiadm -L
|
|
|
|
* Add option to not write a pid file
|
|
|
|
- Update login retry mechanism to work around the spanning-tree
|
|
|
|
issue (bnc#433363)
|
|
|
|
|
2008-09-06 01:11:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 3 11:06:21 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Pull in fixes from upstream git repository
|
|
|
|
- Call mkinitrd_setup during %post and %postun (bnc#413709)
|
|
|
|
|
2008-08-29 02:59:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 28 23:34:55 CEST 2008 - cthiel@suse.de
|
|
|
|
|
|
|
|
- fix init script
|
|
|
|
|
2008-07-25 16:58:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 24 12:04:10 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to 2.0-870-rc1
|
|
|
|
* Fix login redirection
|
|
|
|
* Fix NOP timeout handling
|
|
|
|
* Various small bugfixes
|
|
|
|
- Include mkinitrd scriptlets.
|
|
|
|
|
2008-04-30 00:53:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 29 09:06:07 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Pull in fixes from upstream git repository
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 21 11:30:28 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Scan memory area for iBFT correctly (bnc#378837)
|
|
|
|
|
2008-04-15 15:27:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 15 13:47:21 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Synchronize with SLES10 SP2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 16:38:23 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Tear down device stack before logging out (bnc#378141)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 4 13:44:56 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Don't try to print invalid log messages (bnc#372719)
|
|
|
|
- Cleanup IPC identifiers upon error (bnc#372719)
|
|
|
|
- Print iBFT error messages to stderr (bnc#372725)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 15:24:52 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Don't fail init script if called twice with 'stop' (bnc#369300)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 12 12:11:54 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Add parameter '-i' to fwparam_ibft for mkinitrd (bnc#277106)
|
|
|
|
- Only logout from targets marked as 'automatic' (bnc#369767)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 10 12:58:25 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Synchronize with git repository
|
|
|
|
- Fixes to simplify build process
|
|
|
|
- Re-implement fwparam_ibft (bnc#367437)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 5 12:05:05 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixup '-op' to not overwrite other nodes on discovery
|
|
|
|
(bnc#365259)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 18 15:28:03 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixup /etc/init.d/boot.open-iscsi to use correct syntax
|
|
|
|
for iscsiadm (bnc#360674)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 7 16:09:14 CET 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Add '-op' option to discovery to avoid overwriting
|
|
|
|
of existing nodes (bnc#357197)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 6 14:21:55 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to official version 2.0-866
|
|
|
|
- Include latest git patches (FATE#303021)
|
|
|
|
- Start initiator after iSCSI target (FATE#302415)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 30 09:20:33 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Rediscover all targets to make sure the network
|
|
|
|
is up (#307930, #251675)
|
|
|
|
- Fixup debug option to iscsiadm (#346504)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 15 15:38:24 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Do not overwrite existing node records when doing a
|
|
|
|
discovery (#278172)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 26 08:25:21 CEST 2007 - bphilips@suse.de
|
|
|
|
|
|
|
|
- Scan BIOS memory in blocks to avoid crash on buggy
|
|
|
|
BIOS (#293845)
|
|
|
|
- Don't unload modules on stop to avoid kernel oops (#328923)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 2 13:47:20 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix insecure privileges and credential verification (#280413)
|
|
|
|
|
2007-07-10 19:04:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 9 16:40:54 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r866
|
|
|
|
- include latest git patches
|
|
|
|
|
2008-04-15 15:27:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 11 10:37:50 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Correct target and initiator mixup for ppc (#273600)
|
|
|
|
- Print LUN correctly (#271292)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 26 09:17:21 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- fwparam_ibft crashes with Broadcom chips (#267458)
|
|
|
|
|
2007-04-04 20:32:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 4 10:51:56 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- update to official release 2.0-754
|
|
|
|
- update to svn r779
|
|
|
|
- Include changes from SLES10 SP1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 30 13:50:42 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Include fwparam_ibft program for OpenPROM (#226682)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 28 12:24:23 CEST 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Return status '6' when root on iSCSI is not enabled (#257979)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 16 11:51:33 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix typo in output of fwparam_ibft (#250445)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 8 12:49:39 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- connect() to the daemon might fail on busy machines (#244649)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 5 16:29:05 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Add /usr/bin/iscsi-dbconvert to convert SLES10 GA
|
|
|
|
databases to new format (#251298)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 16 20:00:45 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix iscsiadm to print session info correctly (#243203)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 8 16:19:08 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r768
|
|
|
|
- Update iSNS support (#243203)
|
|
|
|
- Correct typo in /etc/init.d/boot.open-iscsi (#243203)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 2 15:23:18 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Umount all luns on shutdown (#223484)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 31 09:43:38 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Remove the start iSCSI after Xen hack (#231077)
|
|
|
|
- Fixup /etc/init.d/boot.open-iscsi script (#239819)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 18 15:07:04 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix compat mode to display the record id.
|
|
|
|
- Add /sbin/iscsi-gen-initiatorname to generate
|
|
|
|
a default iSCSI initiatorname.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 15 17:47:13 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixup %post scripts.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 15 13:10:53 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- Reference symlink to /etc/iscsid.conf in rpm.
|
|
|
|
|
2008-04-15 15:27:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 12 15:58:50 CET 2007 - hare@suse.de
|
|
|
|
|
|
|
|
- update to official version 2.0-707
|
|
|
|
- update to svn r759
|
|
|
|
- Include iBFT BIOS tool (FATE 301671)
|
|
|
|
- Implement compability mode for iscsiadm
|
|
|
|
|
2007-01-16 00:27:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 20 14:14:33 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r713
|
|
|
|
- Use /dev/urandom instead of rand() (#180837)
|
|
|
|
- Fixup init script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 6 15:19:31 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to official version 2.0-707
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 28 13:19:29 CEST 2006 - olh@suse.de
|
|
|
|
|
|
|
|
- remove unused boot.proc from boot.open-iscsi (#181972)
|
|
|
|
|
2007-04-04 20:32:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 19 18:22:18 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r606
|
|
|
|
- Include local patches
|
|
|
|
- Fix OCFS2 hangs (#185107, #180773)
|
|
|
|
|
2007-01-16 00:27:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 1 17:06:24 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Added new startmode 'onboot' for root on iSCSI
|
|
|
|
- Added new init script boot.open-iscsi startup
|
|
|
|
iscsid as early as possible (#176804)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 31 08:30:29 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r595
|
|
|
|
- Include local patches
|
|
|
|
- Fix lockup on target restart for real (#176151)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 22 14:17:33 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r581
|
|
|
|
- Fix lockup when target is restarted (#176151)
|
|
|
|
- Start open-iscsi after Xen (#177381)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 19 10:38:38 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r574
|
|
|
|
- Fix machine hang during error recovery (#174166)
|
|
|
|
- Display chap secrets for yast (#149055)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 2 15:27:21 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r564
|
|
|
|
(contains all local changes)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 25 17:41:17 MDT 2006 - wrwhitehead@novell.com
|
|
|
|
|
|
|
|
- Fix communication hang (#157463).
|
|
|
|
- The iscsi-tcp_data_ready callback needs to empty out the
|
|
|
|
tcp receive queue rather than just rely on the callback to
|
|
|
|
occur for every message in the receive queue.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 09:50:46 CEST 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- update to svn r545
|
|
|
|
Fixes a crash with Wasabi targets (#157463).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 22 15:09:01 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Add rcopen-iscsi link (#158230)
|
|
|
|
- Check for active records before deletion (#149935)
|
|
|
|
- Do not display error messages on startup if no
|
|
|
|
records are found.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 10 14:16:23 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r520 (contains all local changes)
|
|
|
|
- Add documentation for discovery types (#149936)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 28 09:55:57 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixed type of portal_group_tag (#153638)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 21 09:31:55 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Fixed open-iscsi startup script (#148982)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 20 15:25:22 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r495
|
|
|
|
- Implement iSCSI boot support (FATE #140350)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 9 10:57:53 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r488 to match kernel revision
|
|
|
|
(#149412).
|
|
|
|
- Remove obsolete patches.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:38:58 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 23 12:25:05 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r473
|
|
|
|
- Enhance start script
|
|
|
|
- Fix appearent login failures.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 20 15:36:38 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r471
|
|
|
|
- Fix start script.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 16 15:27:43 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Add Provides/Obsoletes tag.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 13 17:14:16 CET 2006 - hare@suse.de
|
|
|
|
|
|
|
|
- Rebasing package to open-iscsi-0.5-454
|
|
|
|
- Update to svn r457
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 19 09:18:38 CET 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r446.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 3 13:39:51 CET 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r436.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 8 09:23:32 CEST 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r408.
|
|
|
|
(Added NOOP IN handling)
|
|
|
|
- Removed obsolete patches
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 22 14:29:49 CEST 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r401.
|
|
|
|
- Fixed package to install properly.
|
|
|
|
- Fixed init script
|
|
|
|
- Added iscsi-iname to generate iSCSI Initiatorname.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 8 11:40:21 CEST 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Update to svn r389.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 7 09:10:35 CEST 2005 - hare@suse.de
|
|
|
|
|
|
|
|
- Initial version 0.3rc6-369
|
|
|
|
|