From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id WFAAAhZWqWXdggEA62LTzQ:P1 (envelope-from ) for ; Thu, 18 Jan 2024 17:47:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id WFAAAhZWqWXdggEA62LTzQ (envelope-from ) for ; Thu, 18 Jan 2024 17:47:18 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=gRjU29jR; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705596437; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=65Ok4SuyViauc9ffkdw3z97grlWR8VORE72KgDcdDIs=; b=ujIIfVL2/s7IpWX2uyRY+zaHYSBQerIf2kqe8DuEYtysuFvVapj0QTBTH/bk98CvBKJEAO lT0P7IgEgYgEbNDTQyR5EjLJac+GTdUOSdEQLsP5I0palO3JyfIvYfFeZRICZdreNP07jk buwElgnxuxio6o0gsRrt7NnhCCfEfg1R17BKp0LgjbL24Zq5fdbQ5j2vgKomYQlxCH+Y9B S1AWIBW18hu6lXNMqCuua1H8Aw+kO8ps008ktfYVmDVLd96iGMEosOPVpLjKqCo/YNjTEb PKeXyqDBdYH/6C/MzlLbRjjnvFJNSRav1nCwgVI6uWb5Xv4IM8lG9nLilLjPKg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=gRjU29jR; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705596437; a=rsa-sha256; cv=none; b=WAmobeQX85GR5wpfOaQEGoQUFCV72Z3jckyYAjBB1KvfAmw2LzsR1LbNAbCIrlHX2yxLun +gzOcDrZ5Lr0p4P0xBZMMH1yjibQVsmfjI2xsc9vejCa1+IdPNzrP2Ja8P3nTC0OnwqjZv vfGBN9E1rFxekqfqQtFe0bdf08Px/igfeuIVa71OncPencKMn3waQ59/QsyFDBDMGMq+JN 0cCo1suoStB65WdDmT9ybk+upaC9iLJIgX7BMDkciHappnZ03g4Q8dNvDSTV7qEmlXw04R +DHdg7zOnwzqLn6FcI4U4JK1K5PdHk3YGyX8P8WkIpsRk3aKUaHOdFdpUBsmAw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 743E1621F0 for ; Thu, 18 Jan 2024 17:47:17 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQVXi-0002VJ-5s; Thu, 18 Jan 2024 11:47:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQVXh-0002Tc-5Z for guix-patches@gnu.org; Thu, 18 Jan 2024 11:47:01 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rQVXg-0006ua-Tu for guix-patches@gnu.org; Thu, 18 Jan 2024 11:47:00 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rQVXi-0001OT-0K for guix-patches@gnu.org; Thu, 18 Jan 2024 11:47:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#64259] [PATCH 2/2] Provide md-array-device-mapping to start MD arrays via UUID or name. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 Jan 2024 16:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andreas Enge Cc: 64259@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 64259-submit@debbugs.gnu.org id=B64259.17055963903929 (code B ref 64259); Thu, 18 Jan 2024 16:47:01 +0000 Received: (at 64259) by debbugs.gnu.org; 18 Jan 2024 16:46:30 +0000 Received: from localhost ([127.0.0.1]:56567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQVXC-00010o-CE for submit@debbugs.gnu.org; Thu, 18 Jan 2024 11:46:30 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:57200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQVX9-0000xJ-HX for 64259@debbugs.gnu.org; Thu, 18 Jan 2024 11:46:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=65Ok4SuyViauc9f fkdw3z97grlWR8VORE72KgDcdDIs=; h=date:references:in-reply-to:subject: cc:to:from; d=lease-up.com; b=gRjU29jRZy4J/PdUXXx/vuSZ3uwuibiwDi4SZBhs m6BVkx7z9e6xqtU+W9+fpSqW2oco8BcCgFSdknuY+HBJQ9M812CEDZUejhMFzeNysMCG7q a5iVs37mmo/fPo047rcwebneI/bALb71f6hrluIMNfqUUlb2u587RcZSUMzxg= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 3624cf96 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 18 Jan 2024 16:46:24 +0000 (UTC) In-Reply-To: References: <4e7eab10caeacfb1f8a0736cdab7154c517b9e36.1687571974.git.felix.lechner@lease-up.com> <87bkctt0vh.fsf@gnu.org> <87fs22pn6a.fsf@lease-up.com> Date: Thu, 18 Jan 2024 08:46:24 -0800 Message-ID: <87zfx2zj1b.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches From: Felix Lechner via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -7.17 X-Migadu-Scanner: mx13.migadu.com X-Spam-Score: -7.17 X-Migadu-Queue-Id: 743E1621F0 X-TUID: LT7orxpZSWpU Hi Andreas, On Thu, Jan 18 2024, Andreas Enge wrote: > when I wrote the code for bayfront, we needed to wait a bit until the > hard disks appeared. How long ago? I never needed it on six pieces of equipment of varying dimensions, including an SAS server (with reflashed Dell equipment, if that's what Bayfront is using) and a VM with NVMe SSDs. Either way, accepting this patch as is now will not break anything. We introduce a new mapping (md-device-mapping) that can be used to reconfigure Bayfront at the maintainer's leisure. It would be easy to react to a bug report later while Bayfront continues to use raid-device-mapping.. Kind regards Felix