[ubuntu/hirsute-proposed] multipath-tools 0.8.5-1ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Fri Dec 25 21:53:13 UTC 2020


multipath-tools (0.8.5-1ubuntu1) hirsute; 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/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.5-1) unstable; urgency=medium

  [ Ritesh Raj Sarraf ]
  * [9e88f52] Add README.alua to docs section

  [ Christian Ehrhardt ]
  * [7860503] d/t/tgtbasedmpaths: reduce memory pressure avoiding OOM
    triggered false positives

  [ Chris Hofstaedtler ]
  * [859ade1] Update upstream git (and our debian/watch) URL
  * [bdc291a] New upstream version 0.8.5
  * [83060d2] Rebase patches
  * [cb467ba] multipath.rules: Avoid usrmerge paths (Closes: #973853)
  * [61df246] kpartx: update package description (Closes: #690995)
  * [3262269] Drop 0001-Blacklist-cciss-devices.patch.
    Upstream has switched to an exclusive list of devices by default.
    Only sd, dasd and nvme devices are seen by multipath now. This makes
    the cciss exclusion obsolete.
  * [602298a] Follow README.md rename
  * [2018daf] Remove obsolete override for lintian tag
    init.d-script-does-not-implement-optional-option

Date: Fri, 25 Dec 2020 22:51:36 +0100
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.5-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Dec 2020 22:51:36 +0100
Source: multipath-tools
Architecture: source
Version: 0.8.5-1ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 690995 973853
Changes:
 multipath-tools (0.8.5-1ubuntu1) hirsute; 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/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.5-1) unstable; urgency=medium
 .
   [ Ritesh Raj Sarraf ]
   * [9e88f52] Add README.alua to docs section
 .
   [ Christian Ehrhardt ]
   * [7860503] d/t/tgtbasedmpaths: reduce memory pressure avoiding OOM
     triggered false positives
 .
   [ Chris Hofstaedtler ]
   * [859ade1] Update upstream git (and our debian/watch) URL
   * [bdc291a] New upstream version 0.8.5
   * [83060d2] Rebase patches
   * [cb467ba] multipath.rules: Avoid usrmerge paths (Closes: #973853)
   * [61df246] kpartx: update package description (Closes: #690995)
   * [3262269] Drop 0001-Blacklist-cciss-devices.patch.
     Upstream has switched to an exclusive list of devices by default.
     Only sd, dasd and nvme devices are seen by multipath now. This makes
     the cciss exclusion obsolete.
   * [602298a] Follow README.md rename
   * [2018daf] Remove obsolete override for lintian tag
     init.d-script-does-not-implement-optional-option
Checksums-Sha1:
 a05e18cac564fed85adf6af85943a7651fbad68d 2808 multipath-tools_0.8.5-1ubuntu1.dsc
 58886428511e57390cc7b2d71aac3920e2dd0461 494654 multipath-tools_0.8.5.orig.tar.gz
 64a0226c4b4abcf5734ed2117cb5effca0c6a8d5 46804 multipath-tools_0.8.5-1ubuntu1.debian.tar.xz
 018af7bc7bc58244b847f698cc1323a47d71e9b2 8139 multipath-tools_0.8.5-1ubuntu1_source.buildinfo
Checksums-Sha256:
 2b2c1862f50e2dff080f7a03e5310c5ba234bd62d98d1d1796346bfb43fc3fb8 2808 multipath-tools_0.8.5-1ubuntu1.dsc
 0549ebe39fd3950ec49c16304da408c2bfe1b18d386d8e6647b5bcb60363c8aa 494654 multipath-tools_0.8.5.orig.tar.gz
 9ae83bdf0c750084b8a6cdc92e7a097da08b4348b1dddd0d5078917d4c032a1e 46804 multipath-tools_0.8.5-1ubuntu1.debian.tar.xz
 e50cc4e652a1268add8930451ed242328b16997522180b846f5b58704a1ffc70 8139 multipath-tools_0.8.5-1ubuntu1_source.buildinfo
Files:
 6c900c1d88125cbf3dfe67d8bfc6cbc2 2808 admin optional multipath-tools_0.8.5-1ubuntu1.dsc
 353e8ff3211d368c17c9b465a468c7ed 494654 admin optional multipath-tools_0.8.5.orig.tar.gz
 c66f04a11ac8ac59747011015f894fda 46804 admin optional multipath-tools_0.8.5-1ubuntu1.debian.tar.xz
 d684aa65ce467067f1ddbf7620966a5b 8139 admin optional multipath-tools_0.8.5-1ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl/mXyMACgkQ808JdE6f
XdlSTQ//TfpUmTgtPirtW8kYa8fFjDzgpS0IJ72TvzrXQmdODg9RECxT02ERLrB1
eNOoi78aOVlmKsP5rzXdPY3J6zDclpJrJpEJ8swjTbh21NLSUu//XG3BRf04+o0/
hv+adclhhEULM5w2KBLlQ6YIjxPWrEE1yjd/qAQ/45bsweX9O1ya4qUOZ2CfmCxD
JFA2QWtUFH+frOmHcSAnxo1TI2mvgaxna0PInbJ5KseowSRBLjzeMB2laDwSoIr7
l8DOBcoIx+yRymAxpC5RgOI4hPMolDgGY//7o2qr0xUqe6FHALLQYbEQ0+FMQ+HM
RSX85PM6obYqrblyIBrzTcHxqmmsDbSRDq78z+0RJaufmM1pOwXoWTLXPDtq3FJl
9wRBeVkEmBZ0hpnvWiF5kkfpWgFIT0I97aRoAkOetOa7BGfR9w0E5NIUFAnq0U1q
i8J8qdmOakDNiNS8K42k+nlLCNPt7g+Lj5GTpO6aBv5PbwMNyR2tdHY4bA5vythw
I95sJ3sKkt/V2oYgnVkWFc3wwzzjI07UQMGp5nlUkNjQIthXKUCivst+s6e+jvUw
Mxy6VFwjChelo0NI00RB0uhZvHXW50BCHocIWE+evpoqtZv/J3cUiK/PZkyf+/A+
ejVQ0sfX83fcBtwacckfWfrBqO9yIHLXcGkvHHKSLg6DO8H4o4E=
=RvOS
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list