Discussion:
Dracut: rd.md=0 & Anaconda/Blivet
poma
2015-07-16 12:28:03 UTC
Permalink
Mister Harald, could you shed some light on it,

why RAID configuration generally occurs when disabled,
and creates unnecessary problemos for the Anaca/Blivet?

$ man 7 dracut.cmdline
$ man 7 dracut.kernel
...
MD RAID
rd.md=0
disable MD RAID detection


# cat /proc/cmdline
BOOT_IMAGE=... rd.md=0 ...


# dmesg | grep md125
[ 41.473988] md/raid1:md125: active with 2 out of 2 mirrors
[ 41.474008] md125: detected capacity change from 0 to 108457419776
[ 298.898394] md125: detected capacity change from 108457419776 to 0
[ 298.898403] md: md125 stopped.

# cat /proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10]
unused devices: <none>


https://github.com/rhinstaller/anaconda/issues/213

Loading...