guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30629] Device mapper modalias


From: Danny Milosavljevic
Subject: [bug#30629] Device mapper modalias
Date: Thu, 1 Mar 2018 09:56:04 +0100

> 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).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]