Commit bf56cf3
committed
feature/mdadm: Guess modules for raid components
If the RAID is built on NVMe, then modules for the NVMe subsystem must
also be checked and added. The sysfs contains information about these
components.
As component devices are added to an md array, they appear in the `md`
directory as new directories named `dev-XXX` where `XXX` is a name that
the kernel knows for the device, e.g. hdb1.
Link: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/md.rst:470
Signed-off-by: Alexey Gladkov <[email protected]>1 parent c1cff5a commit bf56cf3
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
| |||
0 commit comments