diff mbox

[Saucy,Raring,Quantal,Precise] Add dm-snapshot to md-modules

Message ID 1371463772-8567-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader June 17, 2013, 10:09 a.m. UTC
Just one additional device-mapper target module added to the installer
environment to support merging a snapshot on activation.

It is a bit of a special case but it would be good to support that
at least in the rescue system.

-Stefan

---

From dad8ccb3d99b9d984881f040050217210a71b383 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Mon, 17 Jun 2013 11:56:35 +0200
Subject: [PATCH] UBUNTU: (d-i) Add dm-snapshot to md-modules

Allows the installer and the rescue environment to finish a snapshot
merge that was postponed due to the origin being in use.

BugLink: http://bugs.launchpad.net/bugs/1191726

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

Comments

Tim Gardner June 17, 2013, 12:16 p.m. UTC | #1

Tim Gardner June 18, 2013, 1:28 p.m. UTC | #2

diff mbox

Patch

diff --git a/debian.master/d-i/modules/md-modules b/debian.master/d-i/modules/md-modules
index 16b0af1..64217bf 100644
--- a/debian.master/d-i/modules/md-modules
+++ b/debian.master/d-i/modules/md-modules
@@ -1,6 +1,7 @@ 
 dm-crypt ?
 dm-mirror ?
 dm-raid ?
+dm-snapshot ?
 dm-zero ?
 faulty ?
 linear ?