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

Rafael David Tinoco rafaeldtinoco at ubuntu.com
Wed Jul 15 13:47:13 UTC 2020


multipath-tools (0.8.4-1ubuntu1) groovy; urgency=medium

  * Merge with Debian unstable (LP: #1886693). 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-1) unstable; urgency=medium

  * [f4b2af2] kpartx: use correct path to partx in udev rule (Closes: #959727)
  * [30806f2] New upstream version 0.8.4 (Closes: #943383)
  * [ad742ee] Update patch 0009-hardened-build-flags

Date: Wed, 08 Jul 2020 03:59:53 +0000
Changed-By: Rafael David Tinoco <rafaeldtinoco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.8.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 08 Jul 2020 03:59:53 +0000
Source: multipath-tools
Built-For-Profiles: check nostrip nodoc noopt noudeb debug
Architecture: source
Version: 0.8.4-1ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Rafael David Tinoco <rafaeldtinoco at ubuntu.com>
Closes: 943383 959727
Launchpad-Bugs-Fixed: 1886693
Changes:
 multipath-tools (0.8.4-1ubuntu1) groovy; urgency=medium
 .
   * Merge with Debian unstable (LP: #1886693). 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-1) unstable; urgency=medium
 .
   * [f4b2af2] kpartx: use correct path to partx in udev rule (Closes: #959727)
   * [30806f2] New upstream version 0.8.4 (Closes: #943383)
   * [ad742ee] Update patch 0009-hardened-build-flags
Checksums-Sha1:
 13481053324850095bb0655abbb461c57c24a8bb 2849 multipath-tools_0.8.4-1ubuntu1.dsc
 b52c2be340449664f0a122070838f6d8edd42e4a 480901 multipath-tools_0.8.4.orig.tar.gz
 7b846f207e70280b7fe374d55b7d709adc74723a 46784 multipath-tools_0.8.4-1ubuntu1.debian.tar.xz
 e56a31eaee56c07d4fc4946c8dd8eeb3d199e521 7861 multipath-tools_0.8.4-1ubuntu1_source.buildinfo
Checksums-Sha256:
 0bc531eae83c1343d06541dd50fc3fa61b50629360519e2f21d1de39b31a2f8e 2849 multipath-tools_0.8.4-1ubuntu1.dsc
 ccd73bf67621161d9e42d1a770c3a7efff6e252433e8b8ed5f64a88cb5e7151d 480901 multipath-tools_0.8.4.orig.tar.gz
 4f3b292e385428bdbef625b66685ed086aa31c07349bc3e9ebc76fc58dca4f22 46784 multipath-tools_0.8.4-1ubuntu1.debian.tar.xz
 a4d9f87422f8d92e006395d8b1d938b34dd5e81ed47fbd1717de111317da884f 7861 multipath-tools_0.8.4-1ubuntu1_source.buildinfo
Files:
 1b4a93146f96b573201a25df7838d81c 2849 admin optional multipath-tools_0.8.4-1ubuntu1.dsc
 8fec28c87bd35289fe177ecc4dc83057 480901 admin optional multipath-tools_0.8.4.orig.tar.gz
 5e898ac7b6f31be8b5c1d6065828332d 46784 admin optional multipath-tools_0.8.4-1ubuntu1.debian.tar.xz
 1b6ce29871ed6a7c763393bfc48665d7 7861 admin optional multipath-tools_0.8.4-1ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>

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

iQIzBAEBCgAdFiEE9/EO4QjRa7yS94ISqT4OCtg8DQ8FAl8PA5YACgkQqT4OCtg8
DQ8poRAAnyL6zRU7KHMHeRY+vXvbi1UX3FkS1QkD7Zm4ojjYQzyox4Vkt/OL7Hpr
MtKsplVlw0794NTouAnXAfVfe84kfdalZIIB/wU/2LZbaKfy5Coxugn26WHf2Pku
/cLmeFxDwRw8sOBcZ9nUF4l7FD3du6N9znkUI90B8CygAQNilp7CpL+1RWluT605
HN77DzhqWsF+pQKrf8NIc6YKmBL+Ct9EWbjysEF6YZ9SaAPgtQieNvvFj2dTjqW9
q8a9CfvTK2mkmaOX5CbUz/V6gMBrkAjYg9lJd64j0XRqjV/88kBGhOQmhajvk7Yu
WylB97k5+0mHOwhAvKdlErSBdgxNdCh0PlkL4Ikt3xGxjCADc5yqUdd44I+VavKu
kNGGXPoJB91R+5DYXWupWgUU54XhYBKakNjmh87VdlD5345Pmu8FlQFVCALlN6LG
daSWcL3JdE5jhd3PdepINE4z93s1NAgwHlGx9FJPmG+uvCRBZwQLiFhMuJvpTuGD
AjW+MNGLsitTzELBnYlkDr7JmwTuVppFB+FYvhmALjpUGIiWiYBAflJTM6FiBroA
ZZRx2hop7DNCLtySFUiOE5OMeaWALGHbwa5RhIvvp7t1tu/e0/KvHjmO2Eo0L3V8
mRmO+YMXAuW+gk5B52dzJUxviEa2Fi2f16jFOsVPLYezK/D05V4=
=8FCP
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list