Bug#855585: Patch for multipath-udeb to get install working in stretch

Allan Jacobsen allan at linuxbutikken.dk
Mon Feb 20 12:55:52 UTC 2017


Package: multipath-udeb
Version: 0.6.4-3
Severity: Important

These 2 changes made my server that was upgraded from jessie(where
multipath worked) to stretch(where it didn't)

start from /dev/mapper/mpatha-part1 instread og /dev/sda1, so I am
pretty sure this will make multipath work in the stretch install, and
maybe multipath install will work in standard debian then.

The dm-emc has been absent from the kernel since 2.xxx, and multipath
does not work without dm-round-robin in the initram.

I think these changes have beenn suggested before, but have not been applied.




diff -ir multipath-tools-0.6.4.orig/debian/initramfs/hooks
multipath-tools-0.6.4/debian/initramfs/hooks
51c51
< for x in dm-multipath dm-service-time dm-round-robin dm-emc; do
---
> for x in dm-multipath dm-service-time dm-round-robin; do
diff -ir multipath-tools-0.6.4.orig/debian/initramfs/local-top
multipath-tools-0.6.4/debian/initramfs/local-top
29c29
< MP_MODULES="dm-multipath dm-emc"
---
> MP_MODULES="dm-multipath dm-round-robin"

Best regards

Allan Jacobsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-lvm-maintainers/attachments/20170220/1f948326/attachment.html>


More information about the pkg-lvm-maintainers mailing list