From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38086: RAID installation script with =?UTF-8?Q?=E2=80=98mdadm=E2=80=99?= no longer works Date: Fri, 22 Nov 2019 19:30:43 +0100 Message-ID: <87zhgn7oh8.fsf@gnu.org> References: <87sgn18g92.fsf@inria.fr> <877e46m1qd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39830) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYDhz-00008X-LA for bug-guix@gnu.org; Fri, 22 Nov 2019 13:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYDhy-0000Fl-DJ for bug-guix@gnu.org; Fri, 22 Nov 2019 13:31:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46661) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYDhy-0000Fa-9m for bug-guix@gnu.org; Fri, 22 Nov 2019 13:31:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iYDht-00005b-U3 for bug-guix@gnu.org; Fri, 22 Nov 2019 13:31:05 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877e46m1qd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 12 Nov 2019 00:28:58 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 38086@debbugs.gnu.org An update: this is the last known good test: https://berlin.guixsd.org/build/1793057/details and this is the first known-bad (=E2=80=98mdadm=E2=80=99 failing with =E2= =80=9Ccannot assemble multi-zone RAID0 without default_layout setting=E2=80=9D): https://berlin.guixsd.org/build/1795351/details We have to resort to an ungly hack to get the evaluation number and corresponding commit of each build because they aren=E2=80=99t accessible o= ver HTTP (which is unfortunate!): --8<---------------cut here---------------start------------->8--- sqlite> select * from builds where rowid =3D 1793057; /gnu/store/618hm2w0clcrxz16yww846mgqdc1l4s0-raid-root-os.drv|7863|test.raid= -root-os.i686-linux|i686-linux|raid-root-os||0|1570439988|1570459635|157045= 9744 sqlite> select * from checkouts where evaluation =3D 7863; guix-master|7b6a8e23b0de18262a42e44432f955517d71d796|7863|guix|/gnu/store/7= sd2lwj83n6kyn66p9bdgs5yvzqnl539-guix-7b6a8e2 sqlite> select * from builds where rowid =3D 1795351; /gnu/store/qskl45gw9y9hd8qp7s5451d53pvpc60q-raid-root-os.drv|7867|test.raid= -root-os.i686-linux|i686-linux|raid-root-os||2|1570440409|0|1570457622 sqlite> select * from checkouts where evaluation =3D 7867; guix-master|7d82e920717f08bceb42bb570d786dff233171e1|7867|guix|/gnu/store/b= 2cq9zhdsz4qri2xkg3rgwmyri0wyxxb-guix-7d82e92 --8<---------------cut here---------------end--------------->8--- So the commit that introduced the change of behavior of =E2=80=98mdadm=E2= =80=99 is: --8<---------------cut here---------------start------------->8--- commit 7d82e920717f08bceb42bb570d786dff233171e1 Date: Sun Oct 6 06:07:15 2019 +0000 gnu: linux-libre: Update to 5.3.4. --8<---------------cut here---------------end--------------->8--- And indeed that brings us back to: https://blog.icod.de/2019/10/10/caution-kernel-5-3-4-and-raid0-default_la= yout/ Hmm alright, nothing new here. Oh well! Ludo=E2=80=99.