Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] Continue expansion after reboot
@ 2011-02-22 14:13 Adam Kwolek
  2011-02-22 14:13 ` [PATCH 1/3] imsm: FIX: initalize reshape progress as it is stored in metatdata Adam Kwolek
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Adam Kwolek @ 2011-02-22 14:13 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dan.j.williams, ed.ciechanowski, wojciech.neubauer

Currently reshaped/expanded array is assembled but it stays in inactive state.
This patches allows for array assembly when array is under expansion.
Array with reshape/expansion information in metadata is assembled
and reshape process continues automatically.

Next step:
Problem is how to address container operation during assembly.
1. After first array being reshaped, assebly process looks if mdmon
   sets migration for other array in container. If yes it continues work
   for next array.

2. Assembly process performs reshape of currently reshaped array only.
   Mdmon sets next array for reshape and user triggers manually mdadm
   to finish container operation with just the same parameters set.

Reshape finish can be executed for container operation by container re-assembly
also (this works in current code).


BR
Adam




---

Adam Kwolek (3):
      FIX: Assemble device in reshape state with new disks number
      imsm: FIX: Report correct array size during reshape
      imsm: FIX: initalize reshape progress as it is stored in metatdata


 Assemble.c    |    2 ++
 super-intel.c |   24 +++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2011-02-28 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 14:13 [PATCH 0/3] Continue expansion after reboot Adam Kwolek
2011-02-22 14:13 ` [PATCH 1/3] imsm: FIX: initalize reshape progress as it is stored in metatdata Adam Kwolek
2011-02-22 14:13 ` [PATCH 2/3] imsm: FIX: Report correct array size during reshape Adam Kwolek
2011-02-22 14:13 ` [PATCH 3/3] FIX: Assemble device in reshape state with new disks number Adam Kwolek
2011-02-23  3:37 ` [PATCH 0/3] Continue expansion after reboot NeilBrown
2011-02-23  9:02   ` Kwolek, Adam
2011-02-25 15:55   ` Kwolek, Adam
2011-02-27  6:51     ` NeilBrown
2011-02-28 13:35       ` Kwolek, Adam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox