add "rd.auto" parameter and switch off automatic assembly
authorHarald Hoyer <harald@redhat.com>
Thu, 27 Sep 2012 12:05:50 +0000 (14:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 27 Sep 2012 12:05:50 +0000 (14:05 +0200)
commite064127729af69c5147a0e91eb9147124340004d
tree4eb6279df780ab96ddf01d033a0e5a61ef2d9cc2
parent103281f3b65868e8071f9eca6c43c3c4f88e1a5d
add "rd.auto" parameter and switch off automatic assembly

No automatic assembly is done anymore by default. You will have to
specify exactly what devices to assemble
("rd.md.uuid=" "rd.luks.uuid" ...)
or use "rd.auto=1" or "rd.auto" on the kernel command line.

For big servers with thousands of disks we don't want to assemble
everything by default (error prone, slow).
13 files changed:
dracut.cmdline.7.asc
modules.d/90crypt/parse-crypt.sh
modules.d/90dmraid/dmraid.sh
modules.d/90dmraid/parse-dm.sh
modules.d/90lvm/parse-lvm.sh
modules.d/90mdraid/parse-md.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh