[Zesty + Yakkety/Xenial SRU] Add one more multipath module to udeb

Stefan Bader stefan.bader at canonical.com
Fri Mar 17 10:10:13 UTC 2017


Really should be the last one since I found no more which depend on
DM_MULTIPATH. Patch applies (at least for me) cleanly to all three
releases. I don't think we need to worry too much about pre-Xenial
as I think the installer was not that sophisticated back then.

-Stefan

>From f7cd93c92ff1bbba36540cd4039d6647e55555f3 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader at canonical.com>
Date: Fri, 17 Mar 2017 10:44:55 +0100
Subject: [PATCH] UBUNTU: d-i: Also add dm-queue-length to multipath modules

This should be the last one right now. We already added the
dm-service-time alternate load balancer. But some setups may
want the slightly different approach dm-queue-length offers.

BugLink: https://bugs.launchpad.net/bugs/1673350

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
 debian.master/d-i/modules/multipath-modules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian.master/d-i/modules/multipath-modules b/debian.master/d-i/modules/multipath-modules
index ac263a1..6e4fad7 100644
--- a/debian.master/d-i/modules/multipath-modules
+++ b/debian.master/d-i/modules/multipath-modules
@@ -1,3 +1,4 @@
 dm-multipath ?
 dm-round-robin ?
 dm-service-time ?
+dm-queue-length ?
-- 
2.7.4





More information about the kernel-team mailing list