~utkarsh/ubuntu/+source/multipath-tools:merge-multipath-tools-impish

Last commit made on 2021-06-23
Get this branch:
git clone -b merge-multipath-tools-impish https://git.launchpad.net/~utkarsh/ubuntu/+source/multipath-tools
Only Utkarsh Gupta can upload to this branch. If you are Utkarsh Gupta please log in for upload directions.

Branch merges

Branch information

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

Recent commits

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

402c796... by Utkarsh Gupta

  - 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)

6f45bc6... by Utkarsh Gupta

  - 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