From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [mdadm PATCH] Add failfast support. Date: Mon, 28 Nov 2016 08:53:08 -0500 Message-ID: References: <147944614789.3302.1959091446949640579.stgit@noble> <20161122020238.qtuxwo5etcwmts4r@kernel.org> <87polka0vu.fsf@notabene.neil.brown.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <87polka0vu.fsf@notabene.neil.brown.name> (NeilBrown's message of "Fri, 25 Nov 2016 10:55:49 +1100") Sender: linux-block-owner@vger.kernel.org To: NeilBrown Cc: Shaohua Li , linux-raid@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , linux-kernel@vger.kernel.org, hare@suse.de List-Id: linux-raid.ids NeilBrown writes: > Allow per-device "failfast" flag to be set when creating an > array or adding devices to an array. > > When re-adding a device which had the failfast flag, it can be removed > using --nofailfast. > > failfast status is printed in --detail and --examine output. > > Signed-off-by: NeilBrown > --- > > Hi Jes, > this patch adds mdadm support for the failfast functionality that > Shaohua recently included in his for-next. > Hopefully the man-page additions provide all necessary context. > If there is anything that seems to be missing, I'll be very happy to > add it. Hi Neil, It looks reasonable. The only minor concern I have is over the use of hardcoded magic numbers like 'dv->failfast = 2' rather than using an enum or defines with descriptive names. Something that can be addressed later, so patch applied. Cheers, Jes