From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erK1S-00016M-MN for guix-patches@gnu.org; Thu, 01 Mar 2018 03:57:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erK1O-0003dI-QQ for guix-patches@gnu.org; Thu, 01 Mar 2018 03:57:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58551) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erK1O-0003d3-M0 for guix-patches@gnu.org; Thu, 01 Mar 2018 03:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erK1O-00061j-6f for guix-patches@gnu.org; Thu, 01 Mar 2018 03:57:02 -0500 Subject: [bug#30629] Device mapper modalias Resent-Message-ID: Date: Thu, 1 Mar 2018 09:56:04 +0100 From: Danny Milosavljevic Message-ID: <20180301095604.7143c163@scratchpost.org> In-Reply-To: <20180228040227.4299790b@scratchpost.org> References: <20180227141720.12513-1-ludo@gnu.org> <20180227222632.42bcf52c@scratchpost.org> <87tvu2w2vg.fsf@gnu.org> <20180228040227.4299790b@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30629@debbugs.gnu.org > Also, Linux dm.c lazily modprobes "dm-%s", target_type. Very similar for raid and other md stuff (see linux/drivers/md/md.c), just with modprobe "md-level%s", clevel and "md-%s", level and "md-cluster". Values for these placeholders can be found out by examining the raid superblock. But I think in the long run it would be nice if the RAID setup itself was in /etc/config.scm (if it isn't already - dunno).