Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343433 - sys-kernel/genkernel 3.4.10.907 should prepare /dev/md directory for domdadm
Summary: sys-kernel/genkernel 3.4.10.907 should prepare /dev/md directory for domdadm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-30 22:56 UTC by andcycle-gentoo.bugs
Modified: 2011-02-21 17:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andcycle-gentoo.bugs 2010-10-30 22:56:19 UTC
I usually just do 
mdadm --detail --scan >> /etc/mdadm.conf
then genkernel

mdadm --detail --scan creates array lines like

ARRAY /dev/md/126_0 metadata=1.2 UUID=blablabla

a direct append into mdadm.conf always result failed assembling,
because domdadm complains about there is no /dev/md directory,

not really an issue, just a suggestion :p

Reproducible: Always

Steps to Reproduce:
1. mdadm --detail --scan >> /etc/mdadm.conf
2. genkernel
3. boot with domdadm

Actual Results:  
No such directory

Expected Results:  
md assemble complete, happy boot into root directory
Comment 1 Sebastian Pipping gentoo-dev 2011-01-20 18:38:01 UTC
Can you try again with genkernel-99999 (five nines)?
That one is exposing the experimental branch which comes with real mdadm, not that of busybox.
Comment 2 Xake 2011-02-21 17:33:23 UTC
This works for me now with devtmpfs and mdadm.
I do not know what of the changes fixed it, but I think the latter.
Comment 3 Sebastian Pipping gentoo-dev 2011-02-21 17:58:52 UTC
Okay, thanks.  Closing.