linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix freezing multiple array in container during assembly
@ 2011-09-29 15:53 Adam Kwolek
  2011-09-29 15:53 ` [PATCH 1/3] Move code to check_mdmon_version() function Adam Kwolek
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Adam Kwolek @ 2011-09-29 15:53 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, ed.ciechanowski, marcin.labun, dan.j.williams

The following series corrects freezing reshaped array in container during assembly
while other arrays are present also.

The goal of patches is to get entire assembled container (all arrays inside)
to be blocked from monitoring when reshape is in progress /exactly as when reshape 
is initialized from mdadm command line/.

BR
Adam

---

Adam Kwolek (3):
      FIX: Remove error message during reshape restart (v2)
      FIX: Block array monitoring if any array is under reshape in container
      Move code to check_mdmon_version() function


 Assemble.c |   19 ++++++++-
 Grow.c     |   44 ++++++++++++++++++----
 mdadm.h    |    2 +
 msg.c      |  121 +++++++++++++++++++++++++++++++++++++++++++++++-------------
 msg.h      |    3 +
 5 files changed, 152 insertions(+), 37 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2011-10-02 23:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 15:53 [PATCH 0/3] Fix freezing multiple array in container during assembly Adam Kwolek
2011-09-29 15:53 ` [PATCH 1/3] Move code to check_mdmon_version() function Adam Kwolek
2011-10-02 23:45   ` NeilBrown
2011-09-29 15:53 ` [PATCH 2/3] FIX: Block array monitoring if any array is under reshape in container Adam Kwolek
2011-10-02 23:54   ` NeilBrown
2011-09-29 15:53 ` [PATCH 3/3] FIX: Remove error message during reshape restart (v2) Adam Kwolek
2011-10-02 23:57   ` 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).