From patchwork Mon Jun 17 10:09:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 251804 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id EE8BA2C0084 for ; Mon, 17 Jun 2013 20:09:53 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UoWNX-0007Uy-DJ; Mon, 17 Jun 2013 10:09:39 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UoWNR-0007UX-Qf for kernel-team@lists.ubuntu.com; Mon, 17 Jun 2013 10:09:33 +0000 Received: from p5b2e1f9c.dip0.t-ipconnect.de ([91.46.31.156] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UoWNR-0008MH-Kx for kernel-team@lists.ubuntu.com; Mon, 17 Jun 2013 10:09:33 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Saucy, Raring, Quantal, Precise] Add dm-snapshot to md-modules Date: Mon, 17 Jun 2013 12:09:32 +0200 Message-Id: <1371463772-8567-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com 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 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 --- debian.master/d-i/modules/md-modules | 1 + 1 file changed, 1 insertion(+) 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 ?