[ubuntu/groovy-proposed] multipath-tools 0.8.4-3ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Mon Aug 17 09:28:12 UTC 2020
multipath-tools (0.8.4-3ubuntu1) groovy; urgency=low
* Merge from Debian unstable. Remaining changes:
- 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
- d/control: multipath-udeb: add sg3-udeb Depends
- 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)
- 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
- 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
- d/control: Enable udebs on riscv64 to fix FTBFS.
- 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.
- 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.
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
- d/multipath.conf: Install friendly names multipath.conf by default,
instead of generating it in every installer.
- 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.
- 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/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- 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)
- debian/initramfs/local-bottom: wait for the multipathd unix
socket to close, so to avoid multipathd.socket unit failure.
(LP 1682178)
- debian/tests/tgtbasedmpaths:
- Add sleep to allow for device creation
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
multipath-tools (0.8.4-3) unstable; urgency=medium
* [c8c0700] Fix build with newer json-c.
Thanks to Gianfranco Costamagna <locutusofborg at debian.org> (Closes: #966597)
Date: Mon, 17 Aug 2020 11:26:27 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.8.4-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 17 Aug 2020 11:26:27 +0200
Source: multipath-tools
Binary: multipath-tools kpartx kpartx-boot multipath-tools-boot multipath-udeb kpartx-udeb
Architecture: source
Version: 0.8.4-3ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
kpartx - create device mappings for partitions
kpartx-boot - Provides kpartx during boot
kpartx-udeb - create device mappings for partitions - udeb package (udeb)
multipath-tools - maintain multipath block device access
multipath-tools-boot - Support booting from multipath devices
multipath-udeb - maintain multipath block device access - udeb package (udeb)
Closes: 966597
Changes:
multipath-tools (0.8.4-3ubuntu1) groovy; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- 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
- d/control: multipath-udeb: add sg3-udeb Depends
- 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)
- 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
- 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
- d/control: Enable udebs on riscv64 to fix FTBFS.
- 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.
- 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.
- d/p/kpartx-print-loop-deleted-to-stdout-not-stderr.patch: Print loop
deleted message to stdout again, not stderr; to fix autopkgtest
- d/multipath.conf: Install friendly names multipath.conf by default,
instead of generating it in every installer.
- 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.
- 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/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
finding loopback devices (LP 1747044)
- 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)
- debian/initramfs/local-bottom: wait for the multipathd unix
socket to close, so to avoid multipathd.socket unit failure.
(LP 1682178)
- debian/tests/tgtbasedmpaths:
- Add sleep to allow for device creation
- Use stable wwn-* names in autopkgtest that work with or without
friendly names, as scsi-${DM_NAME} is not a stable symlink name.
.
multipath-tools (0.8.4-3) unstable; urgency=medium
.
* [c8c0700] Fix build with newer json-c.
Thanks to Gianfranco Costamagna <locutusofborg at debian.org> (Closes: #966597)
Checksums-Sha1:
678021944b7103bf9ed06910015a0e09061d2b39 2849 multipath-tools_0.8.4-3ubuntu1.dsc
3ca95b21908194d2585e2ce1e68618ca322ec41d 47852 multipath-tools_0.8.4-3ubuntu1.debian.tar.xz
9705488f30daabe19114229fd514273cbf06c513 8505 multipath-tools_0.8.4-3ubuntu1_source.buildinfo
Checksums-Sha256:
00b2595b3471550afd9fe11a68eb5ee212c879c2b92decf80953338c3336cb43 2849 multipath-tools_0.8.4-3ubuntu1.dsc
987ed2b8085320b3d4ea7081fa4c29ca73ec0c1e00ff18afcea9eb7b57a30900 47852 multipath-tools_0.8.4-3ubuntu1.debian.tar.xz
b54070ee134316069009a31315dcd6f019cfdcd921f1751f84c01b88e0632fc0 8505 multipath-tools_0.8.4-3ubuntu1_source.buildinfo
Files:
4aff18fdb1ae14eb0eab20ebfa3fbdc6 2849 admin optional multipath-tools_0.8.4-3ubuntu1.dsc
f575232ff5845f73b4762ca4218ce9dd 47852 admin optional multipath-tools_0.8.4-3ubuntu1.debian.tar.xz
abb5ffdd471e4d5f623d5225c1d3ba9d 8505 admin optional multipath-tools_0.8.4-3ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl86TY0ACgkQ808JdE6f
Xdmenw/+IXUOpX8H8C5ugCgIzO2Pk2JH2b5Vfbv1d0q+gwVs6dXBL0FOZLxotTBO
RhUC3gg1DdCAXee6yaec4baxBLpYsUE0EUuGbje+AFEhYViVbcRbGMLl6Xook5IB
MDpr+/Bfsi2I1YNAQq5sYPP5rXWHwZeC8OwpXa27Rlxci7OkfchTLgNuiz5zZEgW
ZwbNrEE57smx/EHn7ViL0MpFghRXrEy58HcBl2vnMdTp1K7XSGZ7R9i0trSn0iN+
/ni8+oE3wVssJXBHY1oRF/QVT5MyrfJzwWnXj6ydhhQJ5BTfjV/Ux8f9c4aXdhII
nb+S1jf5ue3iSagwuRp1VXShgj36UCqwVYl+pP5VcwQhoa92OCnclb9l21ZnyNRK
Nk1TPybZwVlQR8iTeeh7btdlpJxGxsbbPvT5RRGaNBaBAtiLa9+d9KEvMhNPCjFY
YdFsnY1ShP58XoT1sXvbZ+rhsY9KbOlFcbrLUe/XEoV8+jRfnt2ShAP8kyGvSoiJ
unWixwsBaxxBtJouaMNjOsMCuePJvrLmRLlLlxhIW2Ucn6EhY+rPTQHPWwOLVOCN
JlbtBGxz8VCnwsAmuAFdjFE5VXEBegqY343PegEKG3C2pZQgeYLqbflwI1019y6j
hxq/ObG5NFbCaGnlEi9q4/Z3eFsTmnC2lM42QS8K5LP2iAw85yQ=
=NXHv
-----END PGP SIGNATURE-----
More information about the Groovy-changes
mailing list