[ubuntu/xenial-proposed] multipath-tools 0.5.0+git1.656f8865-5ubuntu1 (Accepted)
Ryan Harper
ryan.harper at canonical.com
Sun Mar 27 02:12:49 UTC 2016
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium
* Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
- Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
- Bump udev dependencies as well
- debian/control:
- multipath-tools: add sg3-utils-dev Depends
- multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
- debian/initramfs/kpartx.hook
- debian/kpartx-boot.postinst
- debian/kpartx-boot.postrm
- debian/kpartx.install
- debian/control: Add kpartx-boot package for dmraid
- debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
back to round-robin while service-time isn't available to the installer
multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
ensure all paths come up on boot. (LP: #1479929)
- 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.
- debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
- debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
change to the right line (LP: #1492425)
- debian/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).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
from the old device names with device numbers to using letters for devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
multipath so that new paths can be correctly added as detected while we're
still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
allow multipathd to handle cases where the bindings file is read-only.
(LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future cases
where uploads might break kpartx's loopback file handling.
- debian/patches/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)
- Remove partition device nodes of individual paths (for LVM on multipath)
(LP: #1540401)
- debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
- debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
- debian/initramfs/init-top: load the dm-multipath module for 'multipath -c'.
- debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
not necessary with multipath-tools listening for udev events directly.
* Drop changes:
- debian/patches/series: Drop obsolete patches already included upstream
- debian/patches/ignore_devices_nodename_fail.patch
- debian/patches/skip_usb_devices.patch
- debian/patches/0014-kpartx-long-path.patch
- debian/patches/0052-readonly-bindings_multipathd.patch
- debian/patches/add_find-multipaths.patch
- debian/patches/dm-multipath-backlist-nvme-5c412e47.patch
Date: Wed, 09 Mar 2016 10:21:26 -0600
Changed-By: Ryan Harper <ryan.harper at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Mathieu Trudel-Lapierre <mathieu.tl at gmail.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.5.0+git1.656f8865-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 09 Mar 2016 10:21:26 -0600
Source: multipath-tools
Binary: multipath-tools multipath-tools-dbg kpartx kpartx-boot multipath-tools-boot multipath-udeb kpartx-udeb
Architecture: source
Version: 0.5.0+git1.656f8865-5ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ryan Harper <ryan.harper 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-tools-dbg - maintain multipath block device access - debugging symbols
multipath-udeb - maintain multipath block device access - udeb package (udeb)
Launchpad-Bugs-Fixed: 941874 1431650 1432062 1479929 1489379 1492425 1503286 1526984 1540401 1540407 1543430 1551952
Changes:
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium
.
* Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
- Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
- Bump udev dependencies as well
- debian/control:
- multipath-tools: add sg3-utils-dev Depends
- multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
- debian/initramfs/kpartx.hook
- debian/kpartx-boot.postinst
- debian/kpartx-boot.postrm
- debian/kpartx.install
- debian/control: Add kpartx-boot package for dmraid
- debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
back to round-robin while service-time isn't available to the installer
multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
ensure all paths come up on boot. (LP: #1479929)
- 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.
- debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
- debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
change to the right line (LP: #1492425)
- debian/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).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
from the old device names with device numbers to using letters for devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
multipath so that new paths can be correctly added as detected while we're
still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
allow multipathd to handle cases where the bindings file is read-only.
(LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future cases
where uploads might break kpartx's loopback file handling.
- debian/patches/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)
- Remove partition device nodes of individual paths (for LVM on multipath)
(LP: #1540401)
- debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
- debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
- debian/initramfs/init-top: load the dm-multipath module for 'multipath -c'.
- debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
not necessary with multipath-tools listening for udev events directly.
* Drop changes:
- debian/patches/series: Drop obsolete patches already included upstream
- debian/patches/ignore_devices_nodename_fail.patch
- debian/patches/skip_usb_devices.patch
- debian/patches/0014-kpartx-long-path.patch
- debian/patches/0052-readonly-bindings_multipathd.patch
- debian/patches/add_find-multipaths.patch
- debian/patches/dm-multipath-backlist-nvme-5c412e47.patch
Checksums-Sha1:
9908e033c11296d3f0a00ab103116d2509569616 2700 multipath-tools_0.5.0+git1.656f8865-5ubuntu1.dsc
3d80b27c300a2d10c24a7fca212836ea7ac7ac21 243129 multipath-tools_0.5.0+git1.656f8865.orig.tar.gz
e34fc530e7206404841f0863f65fc18b6d395671 38824 multipath-tools_0.5.0+git1.656f8865-5ubuntu1.debian.tar.xz
Checksums-Sha256:
9d6b61ae5b2e1438664b2638dd5e19c64fb051f11c5a2608082e2837688b44dd 2700 multipath-tools_0.5.0+git1.656f8865-5ubuntu1.dsc
c8ae34b0124b2a121f998277f66252c2651cdab113401610b82e584771def2ee 243129 multipath-tools_0.5.0+git1.656f8865.orig.tar.gz
2af1e76ce13842e6527e6eb3250e7e522c274e329ca4a59028e61d5b30ae8b91 38824 multipath-tools_0.5.0+git1.656f8865-5ubuntu1.debian.tar.xz
Files:
09a7227906700cbcf72352de0654bcb2 2700 admin extra multipath-tools_0.5.0+git1.656f8865-5ubuntu1.dsc
e7e9c5fc22775d67a9e16513172f295b 243129 admin extra multipath-tools_0.5.0+git1.656f8865.orig.tar.gz
038e72ac5915c44d3f1cc9f524bd86f0 38824 admin extra multipath-tools_0.5.0+git1.656f8865-5ubuntu1.debian.tar.xz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
More information about the Xenial-changes
mailing list