linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: "Labun, Marcin" <Marcin.Labun@intel.com>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>,
	"Neubauer, Wojciech" <Wojciech.Neubauer@intel.com>,
	"Ciechanowski, Ed" <ed.ciechanowski@intel.com>,
	"Williams, Dan J" <dan.j.williams@intel.com>
Subject: Re: [PATCH 1/2] env-11spare-migration: imsm requires IMSM_NO_PLATFORM set with loop devices
Date: Mon, 31 Jan 2011 11:35:49 +1100	[thread overview]
Message-ID: <20110131113549.4abeb2bb@notabene.brown> (raw)
In-Reply-To: <905EDD02F158D948B186911EB64DB3D17701BDEF@irsmsx503.ger.corp.intel.com>

On Fri, 28 Jan 2011 16:48:27 +0000 "Labun, Marcin" <Marcin.Labun@intel.com>
wrote:

> >From 45b5bfb78e1e46f58b7176ca6ba32c0228f41d33 Mon Sep 17 00:00:00 2001
> From: Marcin Labun <marcin.labun@intel.com>
> Date: Fri, 28 Jan 2011 17:22:11 +0100
> Subject: [PATCH 1/2] env-11spare-migration: imsm requires IMSM_NO_PLATFORM set with loop devices
> 
> By default IMSM checks if member device belongs to AHCI or ISCI controller.
> When using loop devices one must disable these checks by setting
> IMSM_NO_PLATFORM.
> 
> Signed-off-by: Marcin Labun <marcin.labun@intel.com>

Applied, thanks.

NeilBrown


> ---
>  tests/env-11spare-migration |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/tests/env-11spare-migration b/tests/env-11spare-migration
> index 7bf468d..d5eb76d 100644
> --- a/tests/env-11spare-migration
> +++ b/tests/env-11spare-migration
> @@ -1,9 +1,11 @@
>  setup_env() {
>         export IMSM_DEVNAME_AS_SERIAL=1
>         export IMSM_TEST_OROM=1
> +       export IMSM_NO_PLATFORM=1
>         }
>  
>  reset_env() {
>         unset IMSM_DEVNAME_AS_SERIAL
>         unset IMSM_TEST_OROM
> +       unset IMSM_NO_PLATFORM
>  }


      reply	other threads:[~2011-01-31  0:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-28 16:48 [PATCH 1/2] env-11spare-migration: imsm requires IMSM_NO_PLATFORM set with loop devices Labun, Marcin
2011-01-31  0:35 ` NeilBrown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110131113549.4abeb2bb@notabene.brown \
    --to=neilb@suse.de \
    --cc=Marcin.Labun@intel.com \
    --cc=Wojciech.Neubauer@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=ed.ciechanowski@intel.com \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).