From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Small Subject: Re: read errors with md RAID5 array Date: Tue, 16 Aug 2016 13:22:02 +0100 Message-ID: <8411601e-8e21-cbb3-a716-d2d409656b8e@buttersideup.com> References: <78aab29c-9b7b-ff8b-f9c7-fab286f16243@buttersideup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Chris Murphy Cc: "linux-raid@vger.kernel.org" List-Id: linux-raid.ids On 15/08/16 17:23, Chris Murphy wrote: >> > These were all reporting: >> > >> > SCT Error Recovery Control: >> > Read: Disabled >> > Write: Disabled > > You failed to provide the value for the 2nd command. Is it something > other than 30 for each device? Sorry about that - it's 30 seconds for all array members. # for i in a c d ; do cat /sys/block/sd${i}/device/timeout ; done 30 30 30 Thanks, Tim.