From mboxrd@z Thu Jan 1 00:00:00 1970 From: Goswin von Brederlow Subject: Re: RAID 5 rebuild fails with power interruption. Date: Mon, 16 Nov 2009 06:19:09 +0100 Message-ID: <87y6m759o2.fsf@frosties.localdomain> References: <8338BD137FF1B64EB341218BD702985E02AB8FCF@BLR-EC-MBX03.wipro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <8338BD137FF1B64EB341218BD702985E02AB8FCF@BLR-EC-MBX03.wipro.com> (senthilkumar muthukalai's message of "Mon, 16 Nov 2009 09:26:15 +0530") Sender: linux-raid-owner@vger.kernel.org To: senthilkumar.muthukalai@wipro.com Cc: linux-raid@vger.kernel.org List-Id: linux-raid.ids writes: > Adding a subject line... > > -----Original Message----- > From: SenthilKumar Muthukalai (WT01 - Telecom Equipment) > Sent: Monday, November 16, 2009 9:14 AM > To: linux-raid@vger.kernel.org > Subject: > > Hi All, > > Could you pls help me out with the below problem? > > 1. Created a RAID5 with 3 disks. > 2. Initial rebuild done. > 3. Pulled out a disk from the array. > 4. The array got degraded. > 5. Added the disk back to the array with 'assemble' command. > 6. The disk was successfully added and the array started rebuilding > again. > 7. While rebuilding, reset the power to the NAS box. > 8. When the NAS box boot up, the RAID was in degraded with the added > disk thrown out. > 9. The boot messages say 'kicking out of the non-fresh disk from the > array'. > > We tried '--force' option with the 'assemble' command but no success. > > Thanks, > Senthil M mdadm --add /dev/md0 /dev/sdc1 But normaly it should just continue the resync. MfG Goswin