From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Mesich Subject: Re: Hints on reducing kickouts Date: Sun, 11 Mar 2012 14:15:08 -0500 Message-ID: <20120311191508.GA28110@atlantis.cc.ndsu.nodak.edu> References: <20120301182218.GB9106@atlantis.cc.ndsu.nodak.edu> <20120303222424.GA29339@atlantis.cc.ndsu.nodak.edu> Reply-To: Bryan Mesich Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: John Obaterspok Cc: linux-raid List-Id: linux-raid.ids On Sun, Mar 11, 2012 at 07:55:10PM +0100, John Obaterspok wrote: > Hello, > > mdadm --grow /dev/md2 --bitmap=internal > mdadm: failed to set internal bitmap. > > I then tried it on md1 and this crashed my machine. (bitmap_endwrite > <- handle_stripe) > hmm. > > I don't know what to do. This looks like a bug that Neil commented about last week (I deleted the thread, so can't directly forward it to you). The thread I'm referring to can be found here: http://marc.info/?t=133122326800004&r=1&w=2 Subject of the thread is: "invalid bitmap file superblock: bad magic". Neil indicated that the fix in included in the following commit: http://neil.brown.name/git?p=mdadm;a=commitdiff;h=6ef89052d85b8137b8a7100f761d896ae6f61001 Bryan