diff options
author | Harald Hoyer <harald@redhat.com> | 2012-09-27 14:05:50 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-09-27 14:05:50 +0200 |
commit | e064127729af69c5147a0e91eb9147124340004d (patch) | |
tree | 4eb6279df780ab96ddf01d033a0e5a61ef2d9cc2 /test/TEST-30-ISCSI | |
parent | 103281f3b65868e8071f9eca6c43c3c4f88e1a5d (diff) | |
download | dracut-e064127729af69c5147a0e91eb9147124340004d.tar.gz dracut-e064127729af69c5147a0e91eb9147124340004d.tar.bz2 dracut-e064127729af69c5147a0e91eb9147124340004d.zip |
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).
Diffstat (limited to 'test/TEST-30-ISCSI')
-rwxr-xr-x | test/TEST-30-ISCSI/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index c3d2c39e..2b025515 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -45,7 +45,7 @@ run_client() { -net nic,macaddr=52:54:00:12:34:00,model=e1000 \ -net socket,connect=127.0.0.1:12330 \ -kernel /boot/vmlinuz-$KVERSION \ - -append "$* rw quiet rd.retry=5 rd.debug rd.info console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \ + -append "$* rw quiet rd.auto rd.retry=5 rd.debug rd.info console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \ -initrd $TESTDIR/initramfs.testing if ! grep -m 1 -q iscsi-OK $TESTDIR/client.img; then echo "CLIENT TEST END: $test_name [FAILED - BAD EXIT]" |