[ubuntu/groovy-proposed] multipath-tools 0.8.4-2ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Fri Jul 31 08:24:11 UTC 2020


multipath-tools (0.8.4-2ubuntu1) 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.
    - debian/patches/newer-jsonc.patch
      - patch for newer json-c

multipath-tools (0.8.4-2) unstable; urgency=medium

  * [b270b02] Fix FTBFS with gcc-10 (Closes: #957568)

Date: Fri, 31 Jul 2020 10:20:36 +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-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jul 2020 10:20:36 +0200
Source: multipath-tools
Binary: multipath-tools kpartx kpartx-boot multipath-tools-boot multipath-udeb kpartx-udeb
Architecture: source
Version: 0.8.4-2ubuntu1
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: 957568
Changes:
 multipath-tools (0.8.4-2ubuntu1) 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.
     - debian/patches/newer-jsonc.patch
       - patch for newer json-c
 .
 multipath-tools (0.8.4-2) unstable; urgency=medium
 .
   * [b270b02] Fix FTBFS with gcc-10 (Closes: #957568)
Checksums-Sha1:
 ac6ce3b89deaf23a0eb58d2846c0b7ac7fdf7b0c 2849 multipath-tools_0.8.4-2ubuntu1.dsc
 86efb385310ada9b9eba2ba35e96f3a0e2862aae 47408 multipath-tools_0.8.4-2ubuntu1.debian.tar.xz
 0f8fd51ed7dcb922c0714d4f2e6f752db7d0a675 8505 multipath-tools_0.8.4-2ubuntu1_source.buildinfo
Checksums-Sha256:
 17ec8ae5d18ed6322e6ba1140e21ad35b0cac6f9ab6118df6077f36ef33bcb65 2849 multipath-tools_0.8.4-2ubuntu1.dsc
 0105b82a1275ff68137f70f8ccdf3610d984894ec64e89dd94c0004bfd4988f4 47408 multipath-tools_0.8.4-2ubuntu1.debian.tar.xz
 07e859397e0ff62e067f011c0ce80ae0121a671771ab909e24b7ab5c96480fc6 8505 multipath-tools_0.8.4-2ubuntu1_source.buildinfo
Files:
 d4a44afbf33186ea4af25ed0c56cd29b 2849 admin optional multipath-tools_0.8.4-2ubuntu1.dsc
 13c8b2a1547771dd2428c18b98210bec 47408 admin optional multipath-tools_0.8.4-2ubuntu1.debian.tar.xz
 1ebf85b8498ca7bc05175a6e341e5372 8505 admin optional multipath-tools_0.8.4-2ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl8j1NEACgkQ808JdE6f
XdnUMA//bp57HMpVuerGV3hpDwbuEbmuhCO+wxfO+HjLv2CaEjCxEY8XuX7EbwX6
Xfn3/7rGrTRl3mMst49iBQjP8oHnkxlxHlVfni2MEv9T+C8FSrfJt/sDsKz1AaPd
MPuwM8ahnwgrGexS7GINmyO7H3lACWKg9/2eMO180hoI37pbG++pLXBvtWgKDMbF
XdPIguVEVbwgWMy/iHtPikLB1o/up/QelAWug0MFeLi4uFLCJDk8z7vTPD/pHZnk
nH7jMhzCYjEEvUqA/ZUq35DfWr6IVEdZzdg6Qmi6oc2SshJWuAW/pno0uiC9xeYD
fkhVDGd5SJaBY66LuYm7N5pMTvLc+W2+Jto2aJQhorCBqPyNedsdUwZxbfxQFAQb
LVnihSapSnBJBD0tutHoOge5SBspUolYYPoGx0bbJv+J5rGWqjxKw7rL9moryx4O
S1sEa8tyYFHKrOh8BUcR+DZA2z5Lcy3AR7JnPrhBTQhzR/GdyCBbOCeLqDnjHKq7
PJ5y4LIgBkvsy6H402dp1i0qzu4FkR9O+4c21oaafLMxMJczUExNNxSIPStouR8x
MxvHz4Rwjbr3USrAYpObe6PXmT8hTbAcN5zcmIavttFeOCdmxCoXb+zv85+2lC66
JEYXriNRRrvd3Zh3flanuwWoriWKHj6lrsq/kfW9+vAWhScwQ3k=
=8Y4s
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list