[ubuntu/artful-proposed] multipath-tools 0.6.4-5ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Wed Jul 19 08:55:11 UTC 2017


multipath-tools (0.6.4-5ubuntu1) artful; urgency=medium

  * Merge from Debian. (LP: #1548303) Remaining changes:
    - d/control:
      - multipath-udeb: add sg3-udeb Depends
    - 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.
    - 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
    - patches to multipath source
      - d/p/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
      - 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)
   - 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 dm-mpath-lvm & 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
   - 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.
   - Remove partition device nodes of individual paths (for LVM on multipath)
     on the new multipath-tools with udev property blacklisting (LP 1540401)
     - d/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
     - d/initramfs/init-top: load the dm-multipath module for
       'multipath -c'.
     - d/initramfs/init-top: start multipathd before udev (required by
       'multipath -u' in the udev rules)
     - d/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
     - d/rules: rename multipath-tools udev to dm-mpath-lvm
     - d/multipath-tools.dm-mpath-lvm.udev: replace 'multipath -c' with
       'multipath -u' which can read udev properties at PROGRAM-rule time
       (when udev properties are not yet written to the udev database).
   - 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
    - Fixes typo in package description (availibility -> availability)
      (LP 1231182)
    - d/control mark transition of file /etc/init.d/multipath-tools-boot
      according to case #9 of https://wiki.debian.org/PackageTransition
    - debian/initramfs/local-bottom: wait for the multipathd unix socket
      to close, so to avoid multipathd.socket unit failure. (LP 1682178)
    - 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)
  * Drop changes (in Debian now):
    - d/control: Bump udev dependencies (in Debian)
    - debian/initramfs/hooks:
      - Remove old dm-emc module; it hasn't been in kernel since 2.6.27.
    - d/tests/kpartx-file-loopback: add an autopkgtest to catch future cases
      where uploads might break kpartx's loopback file handling.
    - mark kpartx tests as isolation-machine to avoid issues in e.g. LXD
      autopkgtest environments (LP 1644253)
    - d/t/tgtbasedmpaths add Test using tgt and open-iscsi to excercise
      multipath

Date: Tue, 18 Jul 2017 14:12:53 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.6.4-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 18 Jul 2017 14:12:53 +0200
Source: multipath-tools
Binary: multipath-tools kpartx kpartx-boot multipath-tools-boot multipath-udeb kpartx-udeb
Architecture: source
Version: 0.6.4-5ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
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)
Launchpad-Bugs-Fixed: 1548303
Changes:
 multipath-tools (0.6.4-5ubuntu1) artful; urgency=medium
 .
   * Merge from Debian. (LP: #1548303) Remaining changes:
     - d/control:
       - multipath-udeb: add sg3-udeb Depends
     - 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.
     - 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
     - patches to multipath source
       - d/p/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
       - 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)
    - 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 dm-mpath-lvm & 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
    - 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.
    - Remove partition device nodes of individual paths (for LVM on multipath)
      on the new multipath-tools with udev property blacklisting (LP 1540401)
      - d/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
      - d/initramfs/init-top: load the dm-multipath module for
        'multipath -c'.
      - d/initramfs/init-top: start multipathd before udev (required by
        'multipath -u' in the udev rules)
      - d/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
      - d/rules: rename multipath-tools udev to dm-mpath-lvm
      - d/multipath-tools.dm-mpath-lvm.udev: replace 'multipath -c' with
        'multipath -u' which can read udev properties at PROGRAM-rule time
        (when udev properties are not yet written to the udev database).
    - 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
     - Fixes typo in package description (availibility -> availability)
       (LP 1231182)
     - d/control mark transition of file /etc/init.d/multipath-tools-boot
       according to case #9 of https://wiki.debian.org/PackageTransition
     - debian/initramfs/local-bottom: wait for the multipathd unix socket
       to close, so to avoid multipathd.socket unit failure. (LP 1682178)
     - 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)
   * Drop changes (in Debian now):
     - d/control: Bump udev dependencies (in Debian)
     - debian/initramfs/hooks:
       - Remove old dm-emc module; it hasn't been in kernel since 2.6.27.
     - d/tests/kpartx-file-loopback: add an autopkgtest to catch future cases
       where uploads might break kpartx's loopback file handling.
     - mark kpartx tests as isolation-machine to avoid issues in e.g. LXD
       autopkgtest environments (LP 1644253)
     - d/t/tgtbasedmpaths add Test using tgt and open-iscsi to excercise
       multipath
Checksums-Sha1:
 9241152ac9517a37fc8e962e6467a551d65ea7bd 2636 multipath-tools_0.6.4-5ubuntu1.dsc
 73604d39c8e87e8d3b5f77e5b19605946d96de7d 285426 multipath-tools_0.6.4.orig.tar.gz
 fc2a22b4fdd47dce4939aa7a8a4685eac1b05ecf 41988 multipath-tools_0.6.4-5ubuntu1.debian.tar.xz
Checksums-Sha256:
 ce16c97c5ad82d7680090d267315f81ec080ce07a5a0f7ab349e35e14d7d53cb 2636 multipath-tools_0.6.4-5ubuntu1.dsc
 32436eaf9c02a44271d301ad945cae4fc926bc7df904d0e7558c9bf76039a646 285426 multipath-tools_0.6.4.orig.tar.gz
 f4763041957d8802b6a7f4ae51c30268e0c260f15ea445416611a47826a68989 41988 multipath-tools_0.6.4-5ubuntu1.debian.tar.xz
Files:
 c6b7198a3874cd87ec5277f76420aa3c 2636 admin extra multipath-tools_0.6.4-5ubuntu1.dsc
 8394e3695708e4910dc395d497b54353 285426 admin extra multipath-tools_0.6.4.orig.tar.gz
 aed8d61b7f32f22415852cb3034a0ca4 41988 admin extra multipath-tools_0.6.4-5ubuntu1.debian.tar.xz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJZbx39AAoJELo+KTOCgLJC2AYP/iguBBZkxgQ3gT0KTC8y5wes
c8VvdoGiIcazGw5di6iKuthvKWgs3eDm7FuHUuXcqXG7vKOosR6Plr/knd/2xLeJ
Fj0X7NYm+R3herK1tsYPa/+VZbXzhzqGiF5O4+5Ssn1jP94NojKjzchbnx9LY+WD
lln8MvL+VjdRkxbJmd8sAlxLwvFXrYh30BboFtfWtweXf1KxeQcfTBWHoVyibZJX
x+pAKHaCgJvy/mjXl4twmFt0EDkb04Itl8pBRmV2rCEcB+ZqbKOVxZmaHfspZl9v
4GenGYCaEgo+ZoouhYn8BK/BkjLDCNfdcQsFoI24j2JTNaJe4JPm4Gv7qAXso++7
hNTaLAIfhwcKbCvMUQ10WP10+3QodLYfO8rNJtGat2kaBs2c6Iqg3zfKftRy0Rjd
Ve1eabmCZp0Duwpv1SNCtqXpmIG0cBLtbZc1PrEvs5H64JVLLEU78Ruz980pOcZ9
xV7dzIu84WoVvYr3u/VDihfHskfLKjHa907AsN6a6plmyUCZ15audDAh3C1pamCw
c3ham3ylOSyGUv8pChVcIda9FQWYN4tLTw/lOBWgEZZ3hCG8zpmDS55ZsFWBGCd5
NwG+UbAEigCkffpR/z84EfgCJQ7ty7RoJZSxi/U4DI5OXSJColViDMAo21jXGpvz
0H2aDszQBUhLhKi1Oddo
=sHbZ
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list