diff mbox

[Wily] UBUNTU: [Config] Add dm-service-time to multipath-modules

Message ID 1435338110-32764-1-git-send-email-chris.j.arges@canonical.com
State New
Headers show

Commit Message

Chris J Arges June 26, 2015, 5:01 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1469240

multipath-tools 0.5.0 selects service-time as the default algorithm instead of
round-robin. Add both modules into the multipath-modules udeb to smoothly handle
the transition.

Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
---
 debian.master/d-i/modules/multipath-modules | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Bader June 29, 2015, 2:10 p.m. UTC | #1
shouldn't hurt
Andy Whitcroft July 1, 2015, 8:53 a.m. UTC | #2
Applied to wily.

-apw
diff mbox

Patch

diff --git a/debian.master/d-i/modules/multipath-modules b/debian.master/d-i/modules/multipath-modules
index 3516fde..ac263a1 100644
--- a/debian.master/d-i/modules/multipath-modules
+++ b/debian.master/d-i/modules/multipath-modules
@@ -1,2 +1,3 @@ 
 dm-multipath ?
 dm-round-robin ?
+dm-service-time ?