diff -Nru multipath-tools-0.5.0+git1.656f8865/debian/changelog multipath-tools-0.5.0+git1.656f8865/debian/changelog --- multipath-tools-0.5.0+git1.656f8865/debian/changelog 2017-02-10 11:56:49.000000000 -0200 +++ multipath-tools-0.5.0+git1.656f8865/debian/changelog 2017-03-14 15:56:24.000000000 -0300 @@ -1,3 +1,9 @@ +multipath-tools (0.5.0+git1.656f8865-5ubuntu2.4dmqueuelength1) UNRELEASED; urgency=medium + + * Install the dm-queue-length module in the initramfs (LP: #) + + -- Mauricio Faria de Oliveira Tue, 14 Mar 2017 15:53:23 -0300 + multipath-tools (0.5.0+git1.656f8865-5ubuntu2.4) xenial; urgency=medium * debian/patches/wait-for-udev-in-dm_simplecmd_noflush.patch: diff -Nru multipath-tools-0.5.0+git1.656f8865/debian/initramfs/hooks multipath-tools-0.5.0+git1.656f8865/debian/initramfs/hooks --- multipath-tools-0.5.0+git1.656f8865/debian/initramfs/hooks 2016-03-23 12:36:54.000000000 -0300 +++ multipath-tools-0.5.0+git1.656f8865/debian/initramfs/hooks 2017-03-14 15:51:44.000000000 -0300 @@ -67,7 +67,7 @@ add_bindings add_wwids -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 dm-queue-length dm-emc; do manual_add_modules ${x} done