Re: mdadm stuck at 0% reshape after grow
From: Wols Lists <hidden>
Date: 2017-12-07 17:06:50
On 07/12/17 13:58, Andreas Klauer wrote:
On Wed, Dec 06, 2017 at 02:19:17PM -0600, Edward Kuns wrote:quoted
1) If I have bad blocks lists configured, how do I safely remove them?--assemble with --update=no-bbl is safe, since it only removes if empty. If not empty, likely you'll end up doing --update=force-no-bbl anyway.quoted
# smartctl -l scterc,70,70 /dev/sdb ; echo $? smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.13-100.fc23.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org SCT Commands not supported 0It'd be hilarious if the timeout FUD on this list came with advice that didn't even do anything for most people, and nobody ever noticed... Unfortunately, it returns 4 here. And there are years old posts that explicitely check for it returning 4, so this shouldn't be new at all. Perhaps it's an intermittent error specific to your smartctl version? You can just set the timeouts unconditionally, if you really want them.
Except bash is back-to-front. True is 0, anything else is false. So I'm guessing the above drive you've quoted DOES support erc, therefore it's returned 0 (true) to say everything's okay. Does your drive support erc? I guess not? So an error code of 4 is *correct*, and in the sameple script on the wiki will trigger the code that sets the *kernel* timeout to 180. My Barracudas return 4 ... Cheers, Wol