diff -Nru multipath-tools-0.6.4/debian/changelog multipath-tools-0.6.4/debian/changelog --- multipath-tools-0.6.4/debian/changelog 2017-01-30 12:33:18.000000000 -0200 +++ multipath-tools-0.6.4/debian/changelog 2017-03-14 15:53:23.000000000 -0300 @@ -1,3 +1,9 @@ +multipath-tools (0.6.4-3ubuntu1dmqueuelength1) 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.6.4-3ubuntu1) zesty; urgency=medium * Merge from Debian. (LP: #1621340, LP: #1645274) Remaining changes: diff -Nru multipath-tools-0.6.4/debian/initramfs/hooks multipath-tools-0.6.4/debian/initramfs/hooks --- multipath-tools-0.6.4/debian/initramfs/hooks 2017-01-27 06:05:37.000000000 -0200 +++ multipath-tools-0.6.4/debian/initramfs/hooks 2017-03-14 15:53:23.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