From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80CA1C4332F for ; Wed, 28 Dec 2022 18:52:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231400AbiL1Svy (ORCPT ); Wed, 28 Dec 2022 13:51:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230224AbiL1Svw (ORCPT ); Wed, 28 Dec 2022 13:51:52 -0500 Received: from mail.aperture-lab.de (mail.aperture-lab.de [IPv6:2a01:4f8:c2c:665b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E058914D33 for ; Wed, 28 Dec 2022 10:51:50 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A4D8740A19; Wed, 28 Dec 2022 19:51:47 +0100 (CET) Date: Wed, 28 Dec 2022 19:51:45 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= To: John Stoffel Cc: linux-raid@vger.kernel.org Subject: Re: RAID6 recovery, event count mismatch Message-ID: References: <25504.51221.928625.446259@quad.stoffel.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <25504.51221.928625.446259@quad.stoffel.home> X-Last-TLS-Session-Version: TLSv1.3 Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org On Mon, Dec 19, 2022 at 03:22:45PM -0500, John Stoffel wrote: > [...] > > Yikes! I'm amazed you haven't had more problems with this setup. It > must be pretty darn slow... Speed is actually decent for my use-cases. Just a full RAID check or replacing a disk can take a bit longer. It was a different story with my first try with a Pi 3 and its USB2 ports :D. > [...] > > > https://raid.wiki.kernel.org/index.php/RAID_Recovery#Trying_to_assemble_using_--force > -> "mdadm /dev/mdX --assemble --force " > > I would try this first. Do you have an details of the individual > drives and their counts as well? The event counts are as follows (as can be seen in the full mdadm outputs at the bottom of my previous email): dm-9: 2554492 dm-10: 2554488 dm-11: 2554490 dm-12: 2554495 dm-13: 2554495 Are these the counters you were asking for? Regards, Linus