linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] env-11spare-migration: imsm requires IMSM_NO_PLATFORM set with loop devices
@ 2011-01-28 16:48 Labun, Marcin
  2011-01-31  0:35 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Labun, Marcin @ 2011-01-28 16:48 UTC (permalink / raw)
  To: Neil Brown
  Cc: linux-raid@vger.kernel.org, Neubauer, Wojciech, Ciechanowski, Ed,
	Williams, Dan J

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>
---
 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
 }
-- 
1.6.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] env-11spare-migration: imsm requires IMSM_NO_PLATFORM set with loop devices
  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
  0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2011-01-31  0:35 UTC (permalink / raw)
  To: Labun, Marcin
  Cc: linux-raid@vger.kernel.org, Neubauer, Wojciech, Ciechanowski, Ed,
	Williams, Dan J

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
>  }


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-31  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).