[ubuntu/oneiric] multipath-tools 0.4.9-2ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Wed Jun 8 02:45:20 UTC 2011
multipath-tools (0.4.9-2ubuntu1) oneiric; urgency=low
* Merge from debian unstable, remaining changes:
- control:
* Bump debhelper dependency to install udev rules to
/lib/udev/rules.d, bump udev dependencies as well.
* multipath-udeb must not depend on multipath-modules,
because the Ubuntu kernel already includes the modules and no
package provides m-m.
- initramfs/hooks: use 95 not 60 for multipath rules priority
- multipath-tools-boot.init: remove in favor of kpartx.udev rules (at top)
- kpartx.udev:
* add rule to load dm-multipath
* use whole path when running /usr/lib/dmsetup_env
* call kpartx through dmsetup for mpath-* devices
* switch $name for $kernel for dmraid rule
- multipath-tools.preinst: modprobe dm-multipath.
This will make sure that multipathd will be able to start.
- patches/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- rules: Move udev rules to priority 95, because rules that load
modules should be >90.
- Have initramfs local-top start with scsi_wait_scan, and make sure all
devices have been found before bothering to call udevadm settle.
- debian/initramfs/local-top: wait for scsi_wait_scan
* *.install: use /lib*/ instead of /lib/ to catch /lib64
* debian/initramfs/local-top: remove '--timeout 10' which causes my
test system to not boot roughly 3 out of 4 times.
multipath-tools (0.4.9-2) unstable; urgency=low
* [2544655] wait harder for multipath init. Thanks to Serge Hallyn for
the patch
* [eb87e52] switch to 3.0 quilt source format
* [e55a306] explictly mention license copyright
* [52db82f] update vcs headers
* [8313f77] with dpkg > 1.15.7 we now don't need XC
* [8fdf077] update short description for multipath udeb package
* [c409ef3] add misc:Depends for multipath-udeb
* [c890181] take maintenance of package (Closes: #607911)
* [09bbbc8] add debugging symbols package. Thanks to Craig Magina.
(Closes: #609068)
* [2e6f8a7] spelling/hyphen fixes
* [97e02e7] add manpage for read-only mappings
* [5419352] add-r-to-make-resulting-device-read-only. Thanks to Wakko Warner
for the patch (Closes: #504678)
multipath-tools (0.4.9-1) unstable; urgency=low
[ Guido Günther ]
* New upstream version 0.4.9 (Closes: #587315, #595127)
* [500e341] Don't fail "mulitipath-tools start" if multipathd is
already running (Closes: #587678)
* [f4e697c] Drop upstream patches:
* 0001-Fix-udev-rules-for-dmraid.patch
* 0003-fix-URL-to-FAQ.patch
* 0004-check-header-file-for-defintion-of-dm_task_no_flush.patch
* 0005-set-a-soname.patch
* 0006-add-library-dependencies.patch
* 0007-multipath-tools-rdac-path-checked-leads-to-I-O-hang-.patch
* 0010-Dots-are-special-in-groff.patch
* 0011-multipath-fix-offset-for-containted-slices.patch
* [678dcb6] Bindings file moved to /etc/multipath
* [ac2f9d5] Bump standards version
* [baea3a2] Add upstream homepage
* [9daa1b8] Remove /usr from $PATH so lintian doesn't assume we're
calling scripts from $remove_fs.
* [1a3c85e] Update po files
multipath-tools (0.4.8+git0.761c66f-9) unstable; urgency=low
* [0435cc1] Make sure the patchcheckers end up in /lib (Closes: #581377)
* [858f733] New patch 0011-multipath-fix-offset-for-containted- slices.patch
multipath: fix offset for containted slices. (Closes: #586104) - thanks to
Benjamin Marzinski
multipath-tools (0.4.8+git0.761c66f-8) unstable; urgency=low
* [16268d8] Drop path from dmsetup_env call - thanks to Ferenc Wagner
* [2f3bdd5] Use $name in multipath.udev as well - thanks to Ferenc Wagner
for testing
* [c978487] Don't pass -g on mips(el) to work around a binutils bug. See
http://sources.redhat.com/bugzilla/show_bug.cgi?id=10144 for details.
* [9daf438] Make sure we discover multipaths before checkfs/mountall runs
This covers the cornercase where e.g. /home is on multipath (but not on
LVM) and multipath-tols aren't started via initramfs. (Closes: #577172)
* [f7cc840] Bump standards version
multipath-tools (0.4.8+git0.761c66f-7) unstable; urgency=low
* [13f7436] Properly add multipath-udeb to dh_makeshlibs (Closes: #564489) -
thanks to again Frans Pop
multipath-tools (0.4.8+git0.761c66f-6) unstable; urgency=low
* [5b0c7be] Fix dependency on nonexistent multipath-tools udeb (Closes:
#564489) - thanks to Frans Pop
* [c2a06f7] New patch debian/patches/0010-Dots-are-special-in- groff.patch
Dots are special in groff
multipath-tools (0.4.8+git0.761c66f-5) unstable; urgency=low
* [9c68527] Explicitly include posix_types.h to get the correct type for
__kernel_old_dev_t (Closes: #558990)
multipath-tools (0.4.8+git0.761c66f-4) unstable; urgency=low
* [eb7bcf2] Add kpartx_id to initramfs for persistent partition links.
* [7ecd444] Use $name instead of $kernel since 2.6.31 doesn't create
/dev/dm-* anymore.
multipath-tools (0.4.8+git0.761c66f-3) unstable; urgency=low
* upload to unstable
* [f62b619] Tighten multipath-tools-boot dependency Older versions might not
be able to cope with renamed patch checkers, etc.
* [7bb23db] Add udev rules to initramfs This makes the initramfs properly
event based. Once #455979 is fixed in LVM, root on lvm on multipatph can
work reliably. (Closes: #539498)
* [d9fcc80] Another init script dependency fix (Closes: #542370) - thanks to
Petter Reinholdtsen
* [3faab35] redo patches
* [c903696] Make user_friendly_names compatible to multipath-tools 0.4.8 and
earlier
multipath-tools (0.4.8+git0.761c66f-2) experimental; urgency=low
* [34758f1] don't install files into /lib64 on 64 bit architectures - thanks
to Pascal de Bruijn
* [2b0a3da] use libreadline-dev (Closes: #553813)
* [8394b3a] cherry-pick 362d2e5f215894818b52a0d03b723b75917390fb (Closes:
#555901)
multipath-tools (0.4.8+git0.761c66f-1) experimental; urgency=low
* upload current git snapshot to experimental
* [71c9c74] warn about user_friendly_names and suggest using /dev/disk/by-id/
* [329762e] increase locking timeout on bindings file to 30 secs - thanks to
Ritesh Raj Sarraf for the patch
* [759ad9b] add spanish translation (Closes: #528972) - thanks to Fernando
González de Requena
* [7c327fa] add Czech translation (Closes: #533524) - thanks to Tomas Fidler
* [49c78ba] drop patches merged upstream:
* 0001-get-rid-of-arch-specific-ifdef-spaghettis.patch
* 0002--libmultipath-filter_wwid-is-called-with-the-wron.patch
* 0004--kpartx-fix-extended-partition-handling.patch
* 0005--kpartx-remove-partitions-in-reverse-order.patch
* 0006--kpartx-documentation-fixes.patch
* 0007--kpartx-remove-dead-code.patch
* 0008-udev-as-of-0.124-doesn-t-support-scsi_id-s-anymor.patch
* 0011--kpartx-use-uint64_t-to-account-slices-start-size.patch
* 0012--libmultipath-Update-discovery-to-work-with-new-sys.patch
* 0013-multipathd-crash-on-shutdown.patch
* 0014--var-run-multipathd.sock-is-world-writable.patch
* 0015-Increase-timeout-to-30-secs-to-avoid-locking-issue.patch
* [52b5373] checkers and prio callouts are now SOs
* [e493cde] debian/rules: use --fail-missing
* [b1c5baf] devmap_name is no more
* [fd41e76] bump standards version
* [82dc3df] drop iscsi to work around #542370
* [cce7640] new patch:
0004-check-header-file-for-defintion-of-dm_task_no_flush: check the header
file for dm_task_no_flush instead
of one of the installed libs.
* [876a5fb] new patch: 0005-set-a-soname.patch add a soname to libmultipath
* [1912767] new patch 0006-add-library-dependencies.patch add libraries to
the linker call
* [4d1b506] add dh_makeshlibs call
* [1ee06d5] install lib with soname
multipath-tools (0.4.8-15) unstable; urgency=low
* [e3fdd6f] add iscsi as a prereq and add verbose logic from mdadm.
* [9299e3d] On shutdown multipathd flushes its internal message queue
but we have to check if the messages on the queue are not empty.
(Closes: #519252)
* [df5ee21] fix umask of multipathd socket (CVE-2009-0115). Upstream
commit 0a0319d381249760c71023edbe0ac9c093bb4a74. (Closes: #522813)
Date: Mon, 06 Jun 2011 12:31:23 -0500
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/multipath-tools/0.4.9-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 06 Jun 2011 12:31:23 -0500
Source: multipath-tools
Binary: multipath-tools multipath-tools-dbg kpartx multipath-tools-boot multipath-udeb
Architecture: source
Version: 0.4.9-2ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description:
kpartx - create device mappings for partitions
multipath-tools - maintain multipath block device access
multipath-tools-boot - Support booting from multipath devices
multipath-tools-dbg - maintain multipath block device access - debugging symbols
multipath-udeb - maintain multipath block device access - udeb package (udeb)
Closes: 504678 519252 522813 528972 533524 539498 542370 553813 555901 558990 564489 577172 581377 586104 587315 587678 595127 607911 609068
Changes:
multipath-tools (0.4.9-2ubuntu1) oneiric; urgency=low
.
* Merge from debian unstable, remaining changes:
- control:
* Bump debhelper dependency to install udev rules to
/lib/udev/rules.d, bump udev dependencies as well.
* multipath-udeb must not depend on multipath-modules,
because the Ubuntu kernel already includes the modules and no
package provides m-m.
- initramfs/hooks: use 95 not 60 for multipath rules priority
- multipath-tools-boot.init: remove in favor of kpartx.udev rules (at top)
- kpartx.udev:
* add rule to load dm-multipath
* use whole path when running /usr/lib/dmsetup_env
* call kpartx through dmsetup for mpath-* devices
* switch $name for $kernel for dmraid rule
- multipath-tools.preinst: modprobe dm-multipath.
This will make sure that multipathd will be able to start.
- patches/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- rules: Move udev rules to priority 95, because rules that load
modules should be >90.
- Have initramfs local-top start with scsi_wait_scan, and make sure all
devices have been found before bothering to call udevadm settle.
- debian/initramfs/local-top: wait for scsi_wait_scan
* *.install: use /lib*/ instead of /lib/ to catch /lib64
* debian/initramfs/local-top: remove '--timeout 10' which causes my
test system to not boot roughly 3 out of 4 times.
.
multipath-tools (0.4.9-2) unstable; urgency=low
.
* [2544655] wait harder for multipath init. Thanks to Serge Hallyn for
the patch
* [eb87e52] switch to 3.0 quilt source format
* [e55a306] explictly mention license copyright
* [52db82f] update vcs headers
* [8313f77] with dpkg > 1.15.7 we now don't need XC
* [8fdf077] update short description for multipath udeb package
* [c409ef3] add misc:Depends for multipath-udeb
* [c890181] take maintenance of package (Closes: #607911)
* [09bbbc8] add debugging symbols package. Thanks to Craig Magina.
(Closes: #609068)
* [2e6f8a7] spelling/hyphen fixes
* [97e02e7] add manpage for read-only mappings
* [5419352] add-r-to-make-resulting-device-read-only. Thanks to Wakko Warner
for the patch (Closes: #504678)
.
multipath-tools (0.4.9-1) unstable; urgency=low
.
[ Guido Günther ]
* New upstream version 0.4.9 (Closes: #587315, #595127)
* [500e341] Don't fail "mulitipath-tools start" if multipathd is
already running (Closes: #587678)
* [f4e697c] Drop upstream patches:
* 0001-Fix-udev-rules-for-dmraid.patch
* 0003-fix-URL-to-FAQ.patch
* 0004-check-header-file-for-defintion-of-dm_task_no_flush.patch
* 0005-set-a-soname.patch
* 0006-add-library-dependencies.patch
* 0007-multipath-tools-rdac-path-checked-leads-to-I-O-hang-.patch
* 0010-Dots-are-special-in-groff.patch
* 0011-multipath-fix-offset-for-containted-slices.patch
* [678dcb6] Bindings file moved to /etc/multipath
* [ac2f9d5] Bump standards version
* [baea3a2] Add upstream homepage
* [9daa1b8] Remove /usr from $PATH so lintian doesn't assume we're
calling scripts from $remove_fs.
* [1a3c85e] Update po files
.
multipath-tools (0.4.8+git0.761c66f-9) unstable; urgency=low
.
* [0435cc1] Make sure the patchcheckers end up in /lib (Closes: #581377)
* [858f733] New patch 0011-multipath-fix-offset-for-containted- slices.patch
multipath: fix offset for containted slices. (Closes: #586104) - thanks to
Benjamin Marzinski
.
multipath-tools (0.4.8+git0.761c66f-8) unstable; urgency=low
.
* [16268d8] Drop path from dmsetup_env call - thanks to Ferenc Wagner
* [2f3bdd5] Use $name in multipath.udev as well - thanks to Ferenc Wagner
for testing
* [c978487] Don't pass -g on mips(el) to work around a binutils bug. See
http://sources.redhat.com/bugzilla/show_bug.cgi?id=10144 for details.
* [9daf438] Make sure we discover multipaths before checkfs/mountall runs
This covers the cornercase where e.g. /home is on multipath (but not on
LVM) and multipath-tols aren't started via initramfs. (Closes: #577172)
* [f7cc840] Bump standards version
.
multipath-tools (0.4.8+git0.761c66f-7) unstable; urgency=low
.
* [13f7436] Properly add multipath-udeb to dh_makeshlibs (Closes: #564489) -
thanks to again Frans Pop
.
multipath-tools (0.4.8+git0.761c66f-6) unstable; urgency=low
.
* [5b0c7be] Fix dependency on nonexistent multipath-tools udeb (Closes:
#564489) - thanks to Frans Pop
* [c2a06f7] New patch debian/patches/0010-Dots-are-special-in- groff.patch
Dots are special in groff
.
multipath-tools (0.4.8+git0.761c66f-5) unstable; urgency=low
.
* [9c68527] Explicitly include posix_types.h to get the correct type for
__kernel_old_dev_t (Closes: #558990)
.
multipath-tools (0.4.8+git0.761c66f-4) unstable; urgency=low
.
* [eb7bcf2] Add kpartx_id to initramfs for persistent partition links.
* [7ecd444] Use $name instead of $kernel since 2.6.31 doesn't create
/dev/dm-* anymore.
.
multipath-tools (0.4.8+git0.761c66f-3) unstable; urgency=low
.
* upload to unstable
* [f62b619] Tighten multipath-tools-boot dependency Older versions might not
be able to cope with renamed patch checkers, etc.
* [7bb23db] Add udev rules to initramfs This makes the initramfs properly
event based. Once #455979 is fixed in LVM, root on lvm on multipatph can
work reliably. (Closes: #539498)
* [d9fcc80] Another init script dependency fix (Closes: #542370) - thanks to
Petter Reinholdtsen
* [3faab35] redo patches
* [c903696] Make user_friendly_names compatible to multipath-tools 0.4.8 and
earlier
.
multipath-tools (0.4.8+git0.761c66f-2) experimental; urgency=low
.
* [34758f1] don't install files into /lib64 on 64 bit architectures - thanks
to Pascal de Bruijn
* [2b0a3da] use libreadline-dev (Closes: #553813)
* [8394b3a] cherry-pick 362d2e5f215894818b52a0d03b723b75917390fb (Closes:
#555901)
.
multipath-tools (0.4.8+git0.761c66f-1) experimental; urgency=low
.
* upload current git snapshot to experimental
* [71c9c74] warn about user_friendly_names and suggest using /dev/disk/by-id/
* [329762e] increase locking timeout on bindings file to 30 secs - thanks to
Ritesh Raj Sarraf for the patch
* [759ad9b] add spanish translation (Closes: #528972) - thanks to Fernando
González de Requena
* [7c327fa] add Czech translation (Closes: #533524) - thanks to Tomas Fidler
* [49c78ba] drop patches merged upstream:
* 0001-get-rid-of-arch-specific-ifdef-spaghettis.patch
* 0002--libmultipath-filter_wwid-is-called-with-the-wron.patch
* 0004--kpartx-fix-extended-partition-handling.patch
* 0005--kpartx-remove-partitions-in-reverse-order.patch
* 0006--kpartx-documentation-fixes.patch
* 0007--kpartx-remove-dead-code.patch
* 0008-udev-as-of-0.124-doesn-t-support-scsi_id-s-anymor.patch
* 0011--kpartx-use-uint64_t-to-account-slices-start-size.patch
* 0012--libmultipath-Update-discovery-to-work-with-new-sys.patch
* 0013-multipathd-crash-on-shutdown.patch
* 0014--var-run-multipathd.sock-is-world-writable.patch
* 0015-Increase-timeout-to-30-secs-to-avoid-locking-issue.patch
* [52b5373] checkers and prio callouts are now SOs
* [e493cde] debian/rules: use --fail-missing
* [b1c5baf] devmap_name is no more
* [fd41e76] bump standards version
* [82dc3df] drop iscsi to work around #542370
* [cce7640] new patch:
0004-check-header-file-for-defintion-of-dm_task_no_flush: check the header
file for dm_task_no_flush instead
of one of the installed libs.
* [876a5fb] new patch: 0005-set-a-soname.patch add a soname to libmultipath
* [1912767] new patch 0006-add-library-dependencies.patch add libraries to
the linker call
* [4d1b506] add dh_makeshlibs call
* [1ee06d5] install lib with soname
.
multipath-tools (0.4.8-15) unstable; urgency=low
.
* [e3fdd6f] add iscsi as a prereq and add verbose logic from mdadm.
* [9299e3d] On shutdown multipathd flushes its internal message queue
but we have to check if the messages on the queue are not empty.
(Closes: #519252)
* [df5ee21] fix umask of multipathd socket (CVE-2009-0115). Upstream
commit 0a0319d381249760c71023edbe0ac9c093bb4a74. (Closes: #522813)
Checksums-Sha1:
845a4141cac49ec396f57eb139b19edd1a154844 1868 multipath-tools_0.4.9-2ubuntu1.dsc
82f7596a94f1fdcf7abf40f230557197eeb32530 207726 multipath-tools_0.4.9.orig.tar.gz
542978c971c7efa993e2252f9bbee91bfaa32537 30017 multipath-tools_0.4.9-2ubuntu1.debian.tar.gz
Checksums-Sha256:
5bba319d51e6ba823050460e0b7d300ecdbc536df7c3354b2235640d47b70038 1868 multipath-tools_0.4.9-2ubuntu1.dsc
b1de5eadf6ea0af34100179ec5909c64f1d86dbfd5378f7ed1429914070468d1 207726 multipath-tools_0.4.9.orig.tar.gz
458614fe544b3f0a90d26cd7cd3fbec668f181ea9cf78f64899340891d100d0b 30017 multipath-tools_0.4.9-2ubuntu1.debian.tar.gz
Files:
520cc557148aa06ee63f952234090261 1868 admin extra multipath-tools_0.4.9-2ubuntu1.dsc
0ec84cc0eec4239f9b025a94cbb81236 207726 admin extra multipath-tools_0.4.9.orig.tar.gz
40fa2115fdd5dd6b528a61f16a97c2db 30017 admin extra multipath-tools_0.4.9-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJN7qZhAAoJEOn+6gaoXj+dS+YH/2FnOKsg/CaftyimYG8KZHBE
nxbLwYRTExdx0CewrE08QV4F3/qzWszo1v+JaMfAK+7aHUwir/nMUlsqLLde8THu
dj+LMp9pjvsIEZjzp6RKnh7/xzxNfHhCHbLzSfmGBgjzuZsvg5QuSWEGVOmS43td
gFchIjPiODS1iAz4VSkzyEWTkxC/a2Q3YY6P+bgsy0KUd4nXgwp7VdVfwewNsYfN
ptmbWKVS3WnddjOgOdwx/adxo7tsYv4498BKOkzXkCTITXxP/qmKl09YQytNnwQ8
4jN9cz5MQbPKEap8NcHrNlKwFizgqJEvV0UcNsaDe98UsbGuXcWLkYguwyczOL4=
=XQC/
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list