ubuntu/+source/multipath-tools:ubuntu/impish

Last commit made on 2021-07-07
Get this branch:
git clone -b ubuntu/impish https://git.launchpad.net/ubuntu/+source/multipath-tools
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/impish
Repository:
lp:ubuntu/+source/multipath-tools

Recent commits

49b0bcb... by Utkarsh Gupta

changelog

a1d5fc0... by Utkarsh Gupta

Don't build the multipath-tools binary package on i386; we only want
kpartx.

Unfortunately, this was dropped in 0.8.5-2ubuntu1 but it turns
out that we still need this, so re-adding again.

6aa9304... by Utkarsh Gupta

update-maintainer

79ede24... by Utkarsh Gupta

reconstruct-changelog

917af86... by Utkarsh Gupta

merge-changelogs

14bd3f0... by Utkarsh Gupta

  * debian/test/control:
    - use allow-stderr for kpartx-file-loopback, the new gdisks version
      displays warnings on stderr now

Forwarded to Debian:
https://salsa.debian.org/linux-blocks-team/multipath-tools/-/merge_requests/2

6655cf0... by Utkarsh Gupta

  - d/rules: Move udev rules to priority 95, because rules that load
    modules should be >90.

7b57d9d... by Utkarsh Gupta

  - 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

314ba79... by Utkarsh Gupta

  - debian/initramfs/local-bottom: wait for the multipathd unix
    socket to close, so to avoid multipathd.socket unit failure.
    (LP 1682178)

b439d1f... by Utkarsh Gupta

  - 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