[ubuntu/jaunty] open-iscsi 2.0.870.1-0ubuntu1 (Accepted)
Mathias Gug
mathiaz at ubuntu.com
Mon Dec 1 20:50:24 GMT 2008
open-iscsi (2.0.870.1-0ubuntu1) jaunty; urgency=low
* New upstream release:
- Support 2.6.26/27 kernels (LP: #289470).
- Fix iscsid shutdown (LP: #181188).
* Merge from Debian. Remaining Ubuntu changes:
- Note: Debian version isn't 870~rc3 but 869.2 which leads to a big
.diff.gz file. Only files in debian/ have been considered for this merge
since debian hasn't patched the source.
- debian/control, debian/rules, debian/open-iscsi-udeb*:
+ Add open-iscsi-udeb.
- debian/open-iscsi.dirs:
+ rename dirs to open-iscsi.dirs because of open-iscsi-udeb addition.
+ drop network/if-up.d/ directory since we're using symlinks instead.
+ utilities installed in /bin,/sbin rather than /usr/bin,/usr/sbin.
- debian/open-iscsi.init:
+ utilities installed in /bin,/sbin rather than /usr/bin,/usr/sbin.
+ lsb log messages.
+ Don't generate initiatorname name (moved to postinst).
+ Support for being called from ifup/ifdown scripts.
+ Refactor start functions:
- move daemon start to startdaemon function.
- call udevadm settle rather then udevsettle (which doesn't do anything
useful).
- don't exit if the daemon is already running during sanitychecks.
Instead check in startdaemon if the daemon needs to be started.
- only start automatic targets if necessary.
- add waitfordevices function: called during rcS, waits for all
automatic targets to be ready. Iscsi targets are considered as
local block devices - they don't need to be marked with _netdev in
fstab. (LP: #227848)
- start targets if not run from rcS.
+ Check status of iscsid daemon in addition to listing the iscsi sessions
when status action is called.
+ Add iscsid to the list of processes that should not be killed by
sendsigs during shutdown (LP: #192080).
+ Add starttargets, stoptargets and restarttargets to usage message.
- debian/rules:
+ Install utilities /bin,/sbin rather than /usr/bin,/usr/sbin.
+ Start open-iscsi at S25 (waiting for devices created by ifupdown
calls and before local filesystems are checked and mounted)
+ stop at S41 (after local filesystems are unmounted). Don't use
umountiscsi.sh script from debian. (LP: #192080).
- debian/initiatorname.iscsi, debian/open-iscsi.postinst:
+ Generate the random initiatorname during postinstall rather than in the
init script.
+ Don't ship a default initiatorname.iscsi file.
- debian/open-iscsi.postinst:
+ fix init script ordering on upgrades.
- debian/open-iscsi.links:
+ symlink open-iscsi init script in if-up.d and if-down.d directory so
that the iscsi subsystem is started/stopped when network interfaces
are configured.
- debian/open-iscsi.postrm:
+ delete iscsi configuration when the package is purged.
- utils/iscsi_discovery: De-bashify iscsi_discovery.
- usr/idbm.c: Fix build failure with new glibc. LP: #299843.
* Dropped:
- Exit without error if /sys is not available. Otherwise, it's not possible
to use this package as a build-dependency (in Debian).
- Drop upstream url in long description now that it's in the Homepage
field (in Debian).
open-iscsi (2.0.870~rc3-0.3) unstable; urgency=low
* Non-maintainer upload.
* Do not exit with return code 1 in init script, because it breaks
upgrades and is a policy violation (Closes: #503070)
open-iscsi (2.0.870~rc3-0.2) unstable; urgency=low
* Non-maintainer upload.
* Drop patch from iscsistart.c which breaks booting from iscsi.
(closes: #499508)
* Drop patch from version.h which adds an outdated upstream version
number.
open-iscsi (2.0.870~rc3-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release
- Adds support for Linux 2.6.26 (Closes: #499508)
* Fix ">&" redirection bashism in open-iscsi initscript.
open-iscsi (2.0.869.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #484427)
- Move upstream URL to Homepage field.
- Bump Standards-Version to 3.8.0.
open-iscsi (2.0.869.2-2) unstable; urgency=low
* Revert if-up.d approach for logging into automatic targets; just
start open-iscsi at rcS.d/S45, and mount _netdev filesystems when
open-iscsi is started.
* Call udevsettle before mounting
open-iscsi (2.0.869.2-1) unstable; urgency=low
* New upstream release
open-iscsi (2.0.869~rc4-1) experimental; urgency=low
* init script: If /sys is not mounted return without error
(Closes: #470434, #423368)
* Merged changes by Andrew Moise <chops at demiurgestudios.com>
* Adding Andrew as Co-Maintainer
* New upstream release (Closes: #474167)
* Added flex and bison build-depends
* Fixed up init scripts to attempt to handle automatic mounting and
unmounting properly (Closes: #423851, #438542)
* Added /etc/network/if-up.d/000open-iscsi to start automatic targets
* Parameterized /etc/iscsi/initiatorname.iscsi in init script,
correcting one place where it still said /etc/initiatorname.iscsi
* Updated README.Debian
* Include iscsistart for use in initramfs (Closes: #419408)
* Add initramfs scripts to make iSCSI root easy
* Based on patch by Guido Guenther <agx at sigxcpu.org>
Date: Mon, 01 Dec 2008 10:45:03 -0500
Changed-By: Mathias Gug <mathiaz at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/open-iscsi/2.0.870.1-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 01 Dec 2008 10:45:03 -0500
Source: open-iscsi
Binary: open-iscsi open-iscsi-udeb
Architecture: source
Version: 2.0.870.1-0ubuntu1
Distribution: jaunty
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathias Gug <mathiaz at ubuntu.com>
Description:
open-iscsi - High performance, transport independent iSCSI implementation
open-iscsi-udeb - Configure iSCSI (udeb)
Closes: 419408 423368 423851 438542 470434 474167 484427 499508 499508 503070
Launchpad-Bugs-Fixed: 181188 192080 192080 227848 289470 299843
Changes:
open-iscsi (2.0.870.1-0ubuntu1) jaunty; urgency=low
.
* New upstream release:
- Support 2.6.26/27 kernels (LP: #289470).
- Fix iscsid shutdown (LP: #181188).
* Merge from Debian. Remaining Ubuntu changes:
- Note: Debian version isn't 870~rc3 but 869.2 which leads to a big
.diff.gz file. Only files in debian/ have been considered for this merge
since debian hasn't patched the source.
- debian/control, debian/rules, debian/open-iscsi-udeb*:
+ Add open-iscsi-udeb.
- debian/open-iscsi.dirs:
+ rename dirs to open-iscsi.dirs because of open-iscsi-udeb addition.
+ drop network/if-up.d/ directory since we're using symlinks instead.
+ utilities installed in /bin,/sbin rather than /usr/bin,/usr/sbin.
- debian/open-iscsi.init:
+ utilities installed in /bin,/sbin rather than /usr/bin,/usr/sbin.
+ lsb log messages.
+ Don't generate initiatorname name (moved to postinst).
+ Support for being called from ifup/ifdown scripts.
+ Refactor start functions:
- move daemon start to startdaemon function.
- call udevadm settle rather then udevsettle (which doesn't do anything
useful).
- don't exit if the daemon is already running during sanitychecks.
Instead check in startdaemon if the daemon needs to be started.
- only start automatic targets if necessary.
- add waitfordevices function: called during rcS, waits for all
automatic targets to be ready. Iscsi targets are considered as
local block devices - they don't need to be marked with _netdev in
fstab. (LP: #227848)
- start targets if not run from rcS.
+ Check status of iscsid daemon in addition to listing the iscsi sessions
when status action is called.
+ Add iscsid to the list of processes that should not be killed by
sendsigs during shutdown (LP: #192080).
+ Add starttargets, stoptargets and restarttargets to usage message.
- debian/rules:
+ Install utilities /bin,/sbin rather than /usr/bin,/usr/sbin.
+ Start open-iscsi at S25 (waiting for devices created by ifupdown
calls and before local filesystems are checked and mounted)
+ stop at S41 (after local filesystems are unmounted). Don't use
umountiscsi.sh script from debian. (LP: #192080).
- debian/initiatorname.iscsi, debian/open-iscsi.postinst:
+ Generate the random initiatorname during postinstall rather than in the
init script.
+ Don't ship a default initiatorname.iscsi file.
- debian/open-iscsi.postinst:
+ fix init script ordering on upgrades.
- debian/open-iscsi.links:
+ symlink open-iscsi init script in if-up.d and if-down.d directory so
that the iscsi subsystem is started/stopped when network interfaces
are configured.
- debian/open-iscsi.postrm:
+ delete iscsi configuration when the package is purged.
- utils/iscsi_discovery: De-bashify iscsi_discovery.
- usr/idbm.c: Fix build failure with new glibc. LP: #299843.
* Dropped:
- Exit without error if /sys is not available. Otherwise, it's not possible
to use this package as a build-dependency (in Debian).
- Drop upstream url in long description now that it's in the Homepage
field (in Debian).
.
open-iscsi (2.0.870~rc3-0.3) unstable; urgency=low
.
* Non-maintainer upload.
* Do not exit with return code 1 in init script, because it breaks
upgrades and is a policy violation (Closes: #503070)
.
open-iscsi (2.0.870~rc3-0.2) unstable; urgency=low
.
* Non-maintainer upload.
* Drop patch from iscsistart.c which breaks booting from iscsi.
(closes: #499508)
* Drop patch from version.h which adds an outdated upstream version
number.
.
open-iscsi (2.0.870~rc3-0.1) unstable; urgency=low
.
* Non-maintainer upload.
* New upstream release
- Adds support for Linux 2.6.26 (Closes: #499508)
* Fix ">&" redirection bashism in open-iscsi initscript.
.
open-iscsi (2.0.869.2-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #484427)
- Move upstream URL to Homepage field.
- Bump Standards-Version to 3.8.0.
.
open-iscsi (2.0.869.2-2) unstable; urgency=low
.
* Revert if-up.d approach for logging into automatic targets; just
start open-iscsi at rcS.d/S45, and mount _netdev filesystems when
open-iscsi is started.
* Call udevsettle before mounting
.
open-iscsi (2.0.869.2-1) unstable; urgency=low
.
* New upstream release
.
open-iscsi (2.0.869~rc4-1) experimental; urgency=low
.
* init script: If /sys is not mounted return without error
(Closes: #470434, #423368)
* Merged changes by Andrew Moise <chops at demiurgestudios.com>
* Adding Andrew as Co-Maintainer
* New upstream release (Closes: #474167)
* Added flex and bison build-depends
* Fixed up init scripts to attempt to handle automatic mounting and
unmounting properly (Closes: #423851, #438542)
* Added /etc/network/if-up.d/000open-iscsi to start automatic targets
* Parameterized /etc/iscsi/initiatorname.iscsi in init script,
correcting one place where it still said /etc/initiatorname.iscsi
* Updated README.Debian
* Include iscsistart for use in initramfs (Closes: #419408)
* Add initramfs scripts to make iSCSI root easy
* Based on patch by Guido Guenther <agx at sigxcpu.org>
Checksums-Sha1:
ba0b3eb5daa820e7cb48a62484f8c0e15a180a4d 1232 open-iscsi_2.0.870.1-0ubuntu1.dsc
62f8c99b4cd73ed0d7ecaa8b05d88a70b26f2742 301118 open-iscsi_2.0.870.1.orig.tar.gz
717631cb64577425a97a7a56edb1f8d3cf9ea407 12067 open-iscsi_2.0.870.1-0ubuntu1.diff.gz
Checksums-Sha256:
cbdb7b34369ef76cbcadff0f9abdfb111f06d834583c07102e46a3d8f2518204 1232 open-iscsi_2.0.870.1-0ubuntu1.dsc
2acd276d4a5a3705712c5837b4a565b28baf1d5eb0de3eff29d050f7a68f5d51 301118 open-iscsi_2.0.870.1.orig.tar.gz
f9784d84965343af70e93f610f166c4277f1f6cdd65cbae550470dfbe90f68e2 12067 open-iscsi_2.0.870.1-0ubuntu1.diff.gz
Files:
8fb19a5e063ea98aed2ca2eab78b9c33 1232 net optional open-iscsi_2.0.870.1-0ubuntu1.dsc
3b7e273ad2696899df2b8e5622fdeb2c 301118 net optional open-iscsi_2.0.870.1.orig.tar.gz
a2e6a89ebda276cc675e4dcaff6bbc93 12067 net optional open-iscsi_2.0.870.1-0ubuntu1.diff.gz
Original-Maintainer: Philipp Hug <debian at hug.cx>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkk0EOoACgkQM0thG+z3pVjt5ACdE07DABZZAsLV4lKIeLruFd35
tZYAmwYibFgCLonerxV4BP8du7Jfc04h
=QoBg
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list