[ubuntu/focal-proposed] multipath-tools 0.8.3-1ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Thu Feb 13 20:09:13 UTC 2020
multipath-tools (0.8.3-1ubuntu1) focal; urgency=low
* Merge from Debian unstable. Remaining changes:
- Stop producing udebs on i386 where we no longer have d-i or a kernel.
- Fix debian/rules to not explode when building without udebs on i386.
- Don't build the multipath-tools binary package on i386; we only want
kpartx.
- d/control:
- multipath-udeb: add sg3-udeb Depends
- d/rules: Move udev rules to priority 95, because rules that load modules
should be >90.
- d/multipath-tools.preinst: modprobe dm-multipath; This will make sure
that multipathd will be able to start.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP 941874)
- d/initramfs/kpartx.hook
- d/kpartx-boot.postinst
- d/kpartx-boot.postrm
- d/control: Add kpartx-boot package for dmraid
- d/rules: Install kpartx initramfs hook
- d/kpartx.install: install all arch /lib* kpartx udev rules
- patches to multipath source
- d/p/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- d/p/kpartx_more_loopback_fixes.patch: fix loopback mounted
files some more: since we stat() the loopback device node, we can't rely
on S_ISREG() tests to handle this case, and should look at the device
itself instead. (LP 1543430)
- d/p/enable-find-multipaths.patch: re-enable find_multipaths
by default -- see the removed 'add_find-multipaths.patch' (LP 1463046)
- multipath initramfs fixes for booting from multipathed devices
- d/initramfs/hooks: also copy wwids file on the installed system to
ensure all paths come up on boot. (LP 1479929)
- d/initramfs/hooks: install multipathd and required directories.
- d/initramfs/hooks: copy multipath udev rules to initramfs
- d/initramfs/hooks: do not copy kpartx rules to initramfs
- d/initramfs/local-bottom: remember to stop multipathd.
- d/initramfs/local-premount: wait for udev to settle before the call to
resolve_device() in local_mount_root(), so the by-uuid/ symlinks have a
chance to be updated by the multipath udev rules (LP 1503286).
- d/initramfs/local-premount: Run multipath with -B so not to assign names
nor change /etc/multipath/bindings during initramfs (LP 1561103)
- d/rules: install d/initramfs/local-bottom
- d/rules: install d/initramfs/local-premount
- Disable -fexceptions on multipath-udeb (LP 1489379): the flag causes
libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
which is not available in the installer environment.
- d/p/disable-fexceptions-udeb.patch: conditionally disable -fexceptions
with CFLAGS_DISABLE_FEXCEPTIONS.
- d/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- Remove d/initramfs/local-top (redundant with other initramfs scripts):
- init-top: take over loading modules (dm-multipath and SCSI device
handlers); move the missing dm-emc there (now scsi-dh-emc;
see BTS 567014).
- d/rules: do not install local-top anymore.
- remove d/initramfs/local-top
- Fixes typo in package description (availibility -> availability)
(LP 1231182)
- debian/initramfs/local-bottom: wait for the multipathd unix socket
to close, so to avoid multipathd.socket unit failure. (LP 1682178)
- debian/initramfs/hooks: Add dm-queue-length: users may want to change
from the default selector and should be able to do so. (LP 1673350)
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
- Install friendly names multipath.conf by default, instead of
generating it in every installer.
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
- Do not attempt to start multipath-tools in containers, should switch
for on-demand udev/socket based activation in the future. LP 1823093
- Adjust initramfs integration for new udev rules
- debian/tests/tgtbasedmpaths: Add sleep to allow for device creation
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch
[updated to match new upstream version]
- d/p/disable-fexceptions-udeb.patch: to match new upstream version
[updated to match new upstream version]
- d/p/enable-find-multipaths.patch: since upstream change c36f2f42 we need
to set yes to retain the Ubuntu behavior instead of 1 as we did before.
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch
[updated to match new upstream version]
multipath-tools (0.8.3-1) unstable; urgency=medium
* [6b91b76] New upstream version 0.8.3
* [bd42030] Refresh patches
Date: Thu, 13 Feb 2020 11:57:46 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.8.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 13 Feb 2020 11:57:46 -0800
Source: multipath-tools
Architecture: source
Version: 0.8.3-1ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Changes:
multipath-tools (0.8.3-1ubuntu1) focal; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Stop producing udebs on i386 where we no longer have d-i or a kernel.
- Fix debian/rules to not explode when building without udebs on i386.
- Don't build the multipath-tools binary package on i386; we only want
kpartx.
- d/control:
- multipath-udeb: add sg3-udeb Depends
- d/rules: Move udev rules to priority 95, because rules that load modules
should be >90.
- d/multipath-tools.preinst: modprobe dm-multipath; This will make sure
that multipathd will be able to start.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP 941874)
- d/initramfs/kpartx.hook
- d/kpartx-boot.postinst
- d/kpartx-boot.postrm
- d/control: Add kpartx-boot package for dmraid
- d/rules: Install kpartx initramfs hook
- d/kpartx.install: install all arch /lib* kpartx udev rules
- patches to multipath source
- d/p/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- d/p/kpartx_more_loopback_fixes.patch: fix loopback mounted
files some more: since we stat() the loopback device node, we can't rely
on S_ISREG() tests to handle this case, and should look at the device
itself instead. (LP 1543430)
- d/p/enable-find-multipaths.patch: re-enable find_multipaths
by default -- see the removed 'add_find-multipaths.patch' (LP 1463046)
- multipath initramfs fixes for booting from multipathed devices
- d/initramfs/hooks: also copy wwids file on the installed system to
ensure all paths come up on boot. (LP 1479929)
- d/initramfs/hooks: install multipathd and required directories.
- d/initramfs/hooks: copy multipath udev rules to initramfs
- d/initramfs/hooks: do not copy kpartx rules to initramfs
- d/initramfs/local-bottom: remember to stop multipathd.
- d/initramfs/local-premount: wait for udev to settle before the call to
resolve_device() in local_mount_root(), so the by-uuid/ symlinks have a
chance to be updated by the multipath udev rules (LP 1503286).
- d/initramfs/local-premount: Run multipath with -B so not to assign names
nor change /etc/multipath/bindings during initramfs (LP 1561103)
- d/rules: install d/initramfs/local-bottom
- d/rules: install d/initramfs/local-premount
- Disable -fexceptions on multipath-udeb (LP 1489379): the flag causes
libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
which is not available in the installer environment.
- d/p/disable-fexceptions-udeb.patch: conditionally disable -fexceptions
with CFLAGS_DISABLE_FEXCEPTIONS.
- d/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- Remove d/initramfs/local-top (redundant with other initramfs scripts):
- init-top: take over loading modules (dm-multipath and SCSI device
handlers); move the missing dm-emc there (now scsi-dh-emc;
see BTS 567014).
- d/rules: do not install local-top anymore.
- remove d/initramfs/local-top
- Fixes typo in package description (availibility -> availability)
(LP 1231182)
- debian/initramfs/local-bottom: wait for the multipathd unix socket
to close, so to avoid multipathd.socket unit failure. (LP 1682178)
- debian/initramfs/hooks: Add dm-queue-length: users may want to change
from the default selector and should be able to do so. (LP 1673350)
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
- Install friendly names multipath.conf by default, instead of
generating it in every installer.
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
- Do not attempt to start multipath-tools in containers, should switch
for on-demand udev/socket based activation in the future. LP 1823093
- Adjust initramfs integration for new udev rules
- debian/tests/tgtbasedmpaths: Add sleep to allow for device creation
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch
[updated to match new upstream version]
- d/p/disable-fexceptions-udeb.patch: to match new upstream version
[updated to match new upstream version]
- d/p/enable-find-multipaths.patch: since upstream change c36f2f42 we need
to set yes to retain the Ubuntu behavior instead of 1 as we did before.
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch
[updated to match new upstream version]
.
multipath-tools (0.8.3-1) unstable; urgency=medium
.
* [6b91b76] New upstream version 0.8.3
* [bd42030] Refresh patches
Checksums-Sha1:
9f0bb09c9a1df868c845268390991871abded5f6 2870 multipath-tools_0.8.3-1ubuntu1.dsc
f700dc1e4ce1d6952051467d4b245f9bd80286e3 465126 multipath-tools_0.8.3.orig.tar.gz
530be3005fc8a05d95c276905463b6b76d9699f4 46028 multipath-tools_0.8.3-1ubuntu1.debian.tar.xz
affafa340f2c4ed5c78eb300c110596a4faa589a 6618 multipath-tools_0.8.3-1ubuntu1_source.buildinfo
Checksums-Sha256:
7e7dc2c1c09305fe25df535c0db6aabf96ae2412fda8f4fee8b707be46bd40bd 2870 multipath-tools_0.8.3-1ubuntu1.dsc
08c77873181832e4b5684bad5d08199602e6a708f43987fa459d054827f5f2d5 465126 multipath-tools_0.8.3.orig.tar.gz
9749ecece1cbf12f1952e34d23d821bc837a9d7f46e10c9122d8518a2ca496a5 46028 multipath-tools_0.8.3-1ubuntu1.debian.tar.xz
ea8382cd55c139f8f519f46f92105cde8b1b28d1ee19a081048d8269970e7916 6618 multipath-tools_0.8.3-1ubuntu1_source.buildinfo
Files:
061dcc3e790331ee1727514b0f739886 2870 admin optional multipath-tools_0.8.3-1ubuntu1.dsc
39e631c50d915fedfd60d668cdf4acc2 465126 admin optional multipath-tools_0.8.3.orig.tar.gz
1226dee7f874a7a7d35b34b25bf7e9fa 46028 admin optional multipath-tools_0.8.3-1ubuntu1.debian.tar.xz
d9bcf024cc6a16c26c7861ec8c5ae8f0 6618 admin optional multipath-tools_0.8.3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>
-----BEGIN PGP SIGNATURE-----
iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAl5FqpsaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz2KCg/+IjKXaIyH3K7iGyJk64nb
Qxzdbgr2ALtcLdhG4ySnH6ZRXiMQbXkVyICV7GR71LpnJs6DcZsmtbQEYBLyOeEV
ytE0IHNn07tGHbII827CCDlpW5q/aaE3JTHrG5t8rtgApoeQq8fphnLQAglRxmAH
On3EYZuusWTN3KlnQY1+PFK6qu5AXqWVI/eNFrK/EjGnOZ7qORuL7HaJj+PeYl6D
RaNkhQWUk7b1XCzN3P0F69dvfJo8S5ejSmMzis+G4K4QzLUXQ5j/QwFznwIViC53
2t/JvVPLTMyZFN8XGoUpmA+v5Dhrj6MjmmsjaWzfQgs2Hc8R78JI4LQw70V08YWy
+5A2R6XDmLGcYYSdiuZrIZ+2MCxjfc0zFANPvjkAQtfg1xCy8D612aZ8W5qLx3MW
6yliEY4QAESr/cohFaK4F7OY0A6wvn2JitcAGqng7hvBaojnGTCsxETt6mKuTulg
SJE6OD2qwRADlnhFa2nBDD179KCp7gpPNIuoEvYoMDBDLF2GLEtNXQsIqgkp5Bzu
6b8xVrDhFnpfC5WmeZWScKMYKUMb5FdF9opC89z+EhbrpT3E2j9b+6xXnyxfgQTM
rnt7+dvaqmMkF/yj7F+z6QXDLjvRQYq9mrawptyQdghdk9gGFkeGEpZ3rL/q40lT
u+etxfYda6EnxiEqcjCD+j0=
=5SF7
-----END PGP SIGNATURE-----
More information about the Focal-changes
mailing list