From mboxrd@z Thu Jan 1 00:00:00 1970 From: Can Jeuleers Subject: Re: Resurrecting a Dirty RAID-5 Date: Mon, 13 Jul 2015 08:31:39 +0200 Message-ID: <55A35B4B.9020706@gmail.com> References: <559D2374.7040208@turmel.org> <55A2EB25.10607@websitemanagers.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55A2EB25.10607@websitemanagers.com.au> Sender: linux-raid-owner@vger.kernel.org To: linux-raid@vger.kernel.org List-Id: linux-raid.ids On 13/07/15 00:33, Adam Goryachev wrote: > Also, for your raid1, never have a hot spare, just do this: > mdadm /dev/mdX --grow --raid-devices=3 > Then you will always have all your data replicated on all three drives, > so again, no hot spare required. Never say never, as there are valid use cases for having hot spares in a RAID1 set. My own use case is that I want to be reasonably assured that my spare won't fail at around the same time as the active disks (due to having the same age and having been subjected to exactly the same workload).