linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Raid0 metadata cannot be recognized
@ 2011-03-15 13:48 Adam Kwolek
  2011-03-15 13:48 ` [PATCH 1/4] FIX: Ping monitor when mdmon is running only Adam Kwolek
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Adam Kwolek @ 2011-03-15 13:48 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dan.j.williams, ed.ciechanowski, wojciech.neubauer

Hi,

I've executed unit tests on today's devel3-2 and I've found that
expansion cannot be executed due to fact that imsm metadata
cannot be found after creation.
Looking patches I've found that problem was introduced by patch:

Manage/external: for external metadata, add_to_super needs lock on container.

It is due to fact that metadata is not written by monitor for raid0.

Problem is fixed by patch:
  FIX: Write metadata when mdmon is not running

Other patches addresses problems/i.e. inconsistency in closing handle/
that I've noticed during investigation.

BR
Adam


---

Adam Kwolek (4):
      FIX: ping_monitor() usage causes memory leaks
      FIX: Handle has to be closed
      FIX: Write metadata when mdmon is not running
      FIX: Ping monitor when mdmon is running only


 Assemble.c    |    2 +-
 Create.c      |    2 +-
 Grow.c        |    2 +-
 Incremental.c |   10 ++++------
 Manage.c      |   10 +++++++++-
 Monitor.c     |    2 +-
 msg.c         |   14 ++++++++++++++
 msg.h         |    1 +
 8 files changed, 32 insertions(+), 11 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2011-03-18  8:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 13:48 [PATCH 0/4] Raid0 metadata cannot be recognized Adam Kwolek
2011-03-15 13:48 ` [PATCH 1/4] FIX: Ping monitor when mdmon is running only Adam Kwolek
2011-03-15 13:48 ` [PATCH 2/4] FIX: Write metadata when mdmon is not running Adam Kwolek
2011-03-15 13:48 ` [PATCH 3/4] FIX: Handle has to be closed Adam Kwolek
2011-03-15 13:48 ` [PATCH 4/4] FIX: ping_monitor() usage causes memory leaks Adam Kwolek
2011-03-18  1:36 ` [PATCH 0/4] Raid0 metadata cannot be recognized NeilBrown
2011-03-18  8:38   ` Kwolek, Adam

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).