All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Prepare mdadm for migrations (external meta)
@ 2011-02-10 13:55 Adam Kwolek
  2011-02-10 13:56 ` [PATCH 1/4] FIX: delta_disk can have UnSet value Adam Kwolek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Adam Kwolek @ 2011-02-10 13:55 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dan.j.williams, ed.ciechanowski, wojciech.neubauer

This few patches prepares mdadm for level and chunk size migration using external metadata.
1. FIX: delta_disk can have UnSet value
  A while ago I've reported problem that delta_disks can have UnSet value, so adding it
  to raid_disks can produce error in mdadm. Looking my first patch you proposed
  to address this problem by changing reshape_super() interface rather than
  set condition on function call. This patch implements your idea.

2. FIX: Get spares from external metadata
   imsm: FIX: Add spare disks information to array description
  Those 2 patches addresses problem with not initializes spares counter in mdinfo
  using external metadata.

3. FIX: Add raid5 to raid0 case to analyse_change()
  This patch adds missing of level transition in Grow.c

This series should be applied on devel-3.2 branch with my yesterday's 4 patches

BR
Adam

---

Adam Kwolek (4):
      FIX: Add raid5 to raid0 case to analyse_change()
      imsm: FIX: Add spare disks information to array description
      FIX: Get spares from external metadata
      FIX: delta_disk can have UnSet value


 Grow.c        |   36 ++++++++++++++++++++++++++++++------
 mdadm.h       |    3 ++-
 super-intel.c |   14 +++++++++++++-
 3 files changed, 45 insertions(+), 8 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2011-02-14  0:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 13:55 [PATCH 0/4] Prepare mdadm for migrations (external meta) Adam Kwolek
2011-02-10 13:56 ` [PATCH 1/4] FIX: delta_disk can have UnSet value Adam Kwolek
2011-02-10 13:56 ` [PATCH 2/4] FIX: Get spares from external metadata Adam Kwolek
2011-02-10 13:56 ` [PATCH 3/4] imsm: FIX: Add spare disks information to array description Adam Kwolek
2011-02-10 13:56 ` [PATCH 4/4] FIX: Add raid5 to raid0 case to analyse_change() Adam Kwolek
2011-02-14  0:17 ` [PATCH 0/4] Prepare mdadm for migrations (external meta) NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.