linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix freezing multiple arrays in container during assembly (2)
@ 2011-10-03 16:13 Adam Kwolek
  2011-10-03 16:13 ` [PATCH 1/4] FIX: restore_backup() throws core dump Adam Kwolek
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Adam Kwolek @ 2011-10-03 16:13 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.

The goal of the 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/.

This time, freezing decision is taken based upon information from metadata,
not /sysfs entries. For this purpose recovery_blocked field is added to mdinfo.


Note: First patch in this series for mdadm throwing core file problem
      is resent as reminder.

BR
Adam

---

Adam Kwolek (4):
      Remove freeze() call from Grow_continue()
      imsm: Fill recovery_blocked field present in mdinfo
      Add recovery blocked field to mdinfo
      FIX: restore_backup() throws core dump


 Assemble.c    |    2 +-
 Grow.c        |   13 ++++++-------
 mdadm.h       |    7 +++++++
 super-ddf.c   |    2 ++
 super-intel.c |    6 ++++--
 super0.c      |    2 ++
 super1.c      |    2 ++
 7 files changed, 24 insertions(+), 10 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2011-10-05  2:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 16:13 [PATCH 0/4] Fix freezing multiple arrays in container during assembly (2) Adam Kwolek
2011-10-03 16:13 ` [PATCH 1/4] FIX: restore_backup() throws core dump Adam Kwolek
2011-10-05  2:30   ` NeilBrown
2011-10-03 16:13 ` [PATCH 2/4] Add recovery blocked field to mdinfo Adam Kwolek
2011-10-03 16:13 ` [PATCH 3/4] imsm: Fill recovery_blocked field present in mdinfo Adam Kwolek
2011-10-03 16:14 ` [PATCH 4/4] Remove freeze() call from Grow_continue() Adam Kwolek
2011-10-05  2:34 ` [PATCH 0/4] Fix freezing multiple arrays in container during assembly (2) 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).