[ubuntu/impish-proposed] multipath-tools 0.8.5-2ubuntu1 (Accepted)
Utkarsh Gupta
utkarsh.gupta at canonical.com
Thu Jun 24 16:19:12 UTC 2021
multipath-tools (0.8.5-2ubuntu1) impish; urgency=medium
* Merge with Debian unstable. Remaining changes:
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
- debian/tests/tgtbasedmpaths: Add sleep to allow for device creation
- patches to multipath source:
- 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)
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- d/p/no-start-in-containers.patch: Do not attempt to start
multipath-tools in containers, should switch for on-demand udev/socket
based activation in the future. (LP 1823093)
- d/multipath.conf: Install friendly names multipath.conf by default,
instead of generating it in every installer.
- debian/multipath-tools.dm-mpath-lvm.udev: Adjust initramfs integration
for new udev rules
- 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
- 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)
- 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
- debian/initramfs/local-bottom: wait for the multipathd unix
socket to close, so to avoid multipathd.socket unit failure.
(LP 1682178)
- 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/rules: Move udev rules to priority 95, because rules that load
modules should be >90.
- debian/test/control:
- use allow-stderr for kpartx-file-loopback, the new gdisks version
displays warnings on stderr now
* Dropped changes:
- [Undocumented] d/p/newer-jsonc.patch: drop this patch since this
was added in v0.8.4-2ubuntu1 as a delta but was incorporated in
Debian via v0.8.4-3 with a different name (jsonc-true.patch; cf:
https://bugs.debian.org/966597) and was never dropped from here
and we've been carrying this since then.
[Included in 0.8.4-3]
- Drop depends on udebs, such that they don't hold up any other udebs
in the archive, especially kernel udebs. Otherwise unused in Ubuntu.
[Dropped support for udebs]
- d/control: Enable udebs on riscv64 to fix FTBFS.
[Dropped support for udebs]
- d/control, d/rules: i386 related fixes
- 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.
[Dropped support for i386 & udebs]
- d/control: multipath-udeb: add sg3-udeb Depends
[Dropped support for udebs]
- d/kpartx.install: install all arch /lib* kpartx udev rules
[There's no "/lib*" anymore]
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
[Upstream denied the patch; unneeded]
- 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.
[Changes aren't relevant anymore; dropped support for udebs]
multipath-tools (0.8.5-2) unstable; urgency=medium
* [373f5c5] Fix bashism in script kpartx/kpartx_id.
Thanks to Julien Cristau (Closes: #987669)
Date: Mon, 21 Jun 2021 23:06:33 +0530
Changed-By: Utkarsh Gupta <utkarsh.gupta at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Robie Basak <robie.basak at canonical.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.8.5-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 21 Jun 2021 23:06:33 +0530
Source: multipath-tools
Architecture: source
Version: 0.8.5-2ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Utkarsh Gupta <utkarsh.gupta at canonical.com>
Closes: 987669
Changes:
multipath-tools (0.8.5-2ubuntu1) impish; urgency=medium
.
* Merge with Debian unstable. Remaining changes:
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
- debian/tests/tgtbasedmpaths: Add sleep to allow for device creation
- patches to multipath source:
- 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)
- d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- d/p/no-start-in-containers.patch: Do not attempt to start
multipath-tools in containers, should switch for on-demand udev/socket
based activation in the future. (LP 1823093)
- d/multipath.conf: Install friendly names multipath.conf by default,
instead of generating it in every installer.
- debian/multipath-tools.dm-mpath-lvm.udev: Adjust initramfs integration
for new udev rules
- 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
- 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)
- 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
- debian/initramfs/local-bottom: wait for the multipathd unix
socket to close, so to avoid multipathd.socket unit failure.
(LP 1682178)
- 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/rules: Move udev rules to priority 95, because rules that load
modules should be >90.
- debian/test/control:
- use allow-stderr for kpartx-file-loopback, the new gdisks version
displays warnings on stderr now
* Dropped changes:
- [Undocumented] d/p/newer-jsonc.patch: drop this patch since this
was added in v0.8.4-2ubuntu1 as a delta but was incorporated in
Debian via v0.8.4-3 with a different name (jsonc-true.patch; cf:
https://bugs.debian.org/966597) and was never dropped from here
and we've been carrying this since then.
[Included in 0.8.4-3]
- Drop depends on udebs, such that they don't hold up any other udebs
in the archive, especially kernel udebs. Otherwise unused in Ubuntu.
[Dropped support for udebs]
- d/control: Enable udebs on riscv64 to fix FTBFS.
[Dropped support for udebs]
- d/control, d/rules: i386 related fixes
- 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.
[Dropped support for i386 & udebs]
- d/control: multipath-udeb: add sg3-udeb Depends
[Dropped support for udebs]
- d/kpartx.install: install all arch /lib* kpartx udev rules
[There's no "/lib*" anymore]
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
[Upstream denied the patch; unneeded]
- 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.
[Changes aren't relevant anymore; dropped support for udebs]
.
multipath-tools (0.8.5-2) unstable; urgency=medium
.
* [373f5c5] Fix bashism in script kpartx/kpartx_id.
Thanks to Julien Cristau (Closes: #987669)
Checksums-Sha1:
931fbe47195e06dfa5c95ba344f8de6e1745ba47 2734 multipath-tools_0.8.5-2ubuntu1.dsc
e9b9cef47e3e4553128b1d827a563eb5184b6900 46912 multipath-tools_0.8.5-2ubuntu1.debian.tar.xz
18c17f5c5e0fe60e05bcb3ce4ba5c08a5f0939c0 4988 multipath-tools_0.8.5-2ubuntu1_source.buildinfo
Checksums-Sha256:
59378ba744b3fd43e3c59bcc555d0b416c4d9fb3f3032b51631e758f51db09f2 2734 multipath-tools_0.8.5-2ubuntu1.dsc
69e058840369f1147817b2bdabd3dfc2dce19a120120df9217ab795ee6afb41a 46912 multipath-tools_0.8.5-2ubuntu1.debian.tar.xz
a0a1b09c5e1a8b1cd8884e3cc099ac0d818cac92200fb9904de61253f3ffabf6 4988 multipath-tools_0.8.5-2ubuntu1_source.buildinfo
Files:
34304aa9765707e061a022b0435b8f55 2734 admin optional multipath-tools_0.8.5-2ubuntu1.dsc
b30e063abd394ed326b1afbf35a45e7c 46912 admin optional multipath-tools_0.8.5-2ubuntu1.debian.tar.xz
774b5dbee7ad676461b425a3f44664cc 4988 admin optional multipath-tools_0.8.5-2ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>
More information about the impish-changes
mailing list