Format: 1.8 Date: Fri, 27 Jan 2017 09:09:37 +0100 Source: multipath-tools Binary: multipath-tools kpartx kpartx-boot multipath-tools-boot multipath-udeb kpartx-udeb Architecture: all amd64 amd64_translations Version: 0.6.4-3ubuntu1 Distribution: zesty Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Christian Ehrhardt 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: 941874 1231182 1431650 1432062 1463046 1479929 1489379 1503286 1540401 1543430 1561103 1570093 1621340 1644253 1645274 Changes: multipath-tools (0.6.4-3ubuntu1) zesty; urgency=medium . * Merge from Debian. (LP: #1621340, LP: #1645274) Remaining changes: - d/control: - Bump udev dependencies - 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 (some refreshed to new version) to multipath source - d/p/1000--set-umask-in-multipathd.patch: Set umask in multipathd. - d/p/path_selector.patch: switch the default path selector back to round-robin while service-time isn't available to the installer multipath-modules. - 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 - Remove partition device nodes of individual paths (for LVM on multipath) (LP: #1540401) - 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/tests/kpartx-file-loopback: add an autopkgtest to catch future cases where uploads might break kpartx's loopback file handling. - 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) * Add changes: - 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 - d/control mark transition of file /etc/init.d/multipath-tools-boot according to case #9 of https://wiki.debian.org/PackageTransition * Drop changes: - d/initramfs/local-top: wait for udev to settle before running 'multipath' in order to avoid race condition on device-mapper calls. (file no more used) - d/initramfs/local-top: remove '--timeout 10' which causes my test system to not boot roughly 3 out of 4 times. (file no more used) - d/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. (file no more used) - Call clean target before rebuilding with systemd support (in Debian) - drop build-dep to dpkg-dev (>= 1.16.1~), libudev-dev" (No more needed) - Bump Standards-Version to 3.9.6 (in Debian) - add / to LIB= of DEB_CFLAGS_MAINT_APPEND (in Debian) - d/p/handle_spaces_in_rev_attr.patch: support IBM IPR devices and others which may have only spaces for the rev attribute. (upstream) - d/p/0015-shared-lock-for-udev.patch: (LP: #1431650) (upstream) - d/p/0053-readonly-bindings_multipathd_prod.patch: support -B to allow multipathd to handle cases where the bindings file is read-only. (upstream) - d/p/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal with spaces in device names in kpartx too (LP: #1432062) (upstream) - d/p/0001-multipath-tools-fix-dm-device-filtering.patch: Allow filtering of DEV_UEVENT dev_type (LP: #1570093) (upstream) - d/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating from the old device names with device numbers to using letters for devices. (no relevant upgrade path left) - d/p/mpath_name_migration.patch: ship a multipath_migrate binary to make translation from pre-0.5.0 device naming to the new scheme. (no relevant upgrade path left) - d/initramfs/hooks: use 95 not 60 for multipath rules priority (file not shipped anymore, so no need to touch) Checksums-Sha1: ab2707183b397732922c76ae99b7993f3e6927fd 6784 kpartx-boot_0.6.4-3ubuntu1_all.deb ccc599aa4bf01b6b0e8748a3af74151e9991e898 41784 kpartx-dbgsym_0.6.4-3ubuntu1_amd64.ddeb fcd9834b394f57142242dd61f4d3503589b86885 41784 kpartx-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 1a0204038905f4428f1a2b6fe7eb40663ac987c9 16452 kpartx-udeb_0.6.4-3ubuntu1_amd64.udeb b1ed6cc74859ed1f95c4b290f3e1e668a0a39975 25460 kpartx_0.6.4-3ubuntu1_amd64.deb cc2d14e11c09cfde2233ef63cd451f9a2c5c86e5 8156 multipath-tools-boot_0.6.4-3ubuntu1_all.deb 44837849a4f007b0fcfa86e849f89b4279b1b8b8 410326 multipath-tools-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 193908ed2611b2ecb936fa65763ce4055f25248f 200592 multipath-tools_0.6.4-3ubuntu1_amd64.deb 97e5d9c3a830eee91cd2b30c40952cad19f0ab58 5932 multipath-tools_0.6.4-3ubuntu1_amd64_translations.tar.gz 72229d0b2e7e08bc9911f0aa0fadfa93fc65dc4e 297674 multipath-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 114ef7fe0d95de6c9456623ca2cde99fd45c6dc5 122750 multipath-udeb_0.6.4-3ubuntu1_amd64.udeb Checksums-Sha256: 1ddfc78d99217c666551496a89566dbc5548e4b34d62933170bae02e32e4d38e 6784 kpartx-boot_0.6.4-3ubuntu1_all.deb d667a8ad358e0bb0bb332b0c98a60eb35b2d77fddeddafe0a4a254dc87f0d234 41784 kpartx-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 73d85a525f14e4996ffaf3d9ad0d257e5020edf532102deebb41cde07f8d41d6 41784 kpartx-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb af80459bf2671bb3cca628ec6467997f11d0b460538e9acc7f562aaf26561581 16452 kpartx-udeb_0.6.4-3ubuntu1_amd64.udeb ca0176d4ad6ab120641f6a5a917598f012017222b27ad381dcb44dae372c2fb6 25460 kpartx_0.6.4-3ubuntu1_amd64.deb 2d88cdddcc45a184d0e491390b1f8df3de31c8135f53707c457bb04f308f21da 8156 multipath-tools-boot_0.6.4-3ubuntu1_all.deb 4ae50c8a4f3519fef53da16152bc3485234fb27a1e237d3bc7875a8ac7aeec72 410326 multipath-tools-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 381c6f2fa3004ec52c815f1cd79be30aa7f9562e188e9cd573abde1516bd90d0 200592 multipath-tools_0.6.4-3ubuntu1_amd64.deb 2c93d43f90f53a47473b0ed7514d88d6b30b4d65eb3ea42da3b8ee923e5a63a5 5932 multipath-tools_0.6.4-3ubuntu1_amd64_translations.tar.gz 02b0c3d9ab9eb5994a41e8d139f4c24ddc3e267103e2a0bf037424a91e775545 297674 multipath-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 4ae93ba13c743ac6406b12d70af7614a475e814c715d1efacde7065cd89fffef 122750 multipath-udeb_0.6.4-3ubuntu1_amd64.udeb Files: 74f6f9043df6020a34dac9f3599faafd 6784 admin extra kpartx-boot_0.6.4-3ubuntu1_all.deb 602ac94b251707cdedb746b6c3266d68 41784 admin extra kpartx-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 08fb799e91855071fb10c66912785d99 41784 debian-installer extra kpartx-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 97cacb7009f7d8d6dce64dd2e96c36de 16452 debian-installer extra kpartx-udeb_0.6.4-3ubuntu1_amd64.udeb 633a144878bb9773cd47fd364b533efc 25460 admin extra kpartx_0.6.4-3ubuntu1_amd64.deb e0d07f3b88f4df662fa57e4378e472fe 8156 admin extra multipath-tools-boot_0.6.4-3ubuntu1_all.deb d5e8f989cb4664f653829c1da4aa6014 410326 admin extra multipath-tools-dbgsym_0.6.4-3ubuntu1_amd64.ddeb 7ccc074bb9b1fb687908c36b2c420382 200592 admin extra multipath-tools_0.6.4-3ubuntu1_amd64.deb 578572f33d8ee9e816d5219ac9f8b065 5932 raw-translations - multipath-tools_0.6.4-3ubuntu1_amd64_translations.tar.gz ab0ee368da15e2f031a616369a30e4ab 297674 debian-installer extra multipath-udeb-dbgsym_0.6.4-3ubuntu1_amd64.ddeb aa36656bffc3ec204a17797c9cf20c6d 122750 debian-installer extra multipath-udeb_0.6.4-3ubuntu1_amd64.udeb Original-Maintainer: Debian LVM Team