TEST-10-RAID: new mdadm is picky about partitions

master
Harald Hoyer 2009-08-14 17:25:37 +02:00
parent 5bf0b329c9
commit 5a8b143888
2 changed files with 6 additions and 6 deletions

View File

@ -5,11 +5,11 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do
done
udevadm control --reload-rules
# save a partition at the beginning for future flagging purposes
sfdisk -C 640 -H 2 -S 32 -L /dev/sda <<EOF
,1
,213
,213
,213
sfdisk -C 1280 -H 2 -S 32 -L /dev/sda <<EOF
,16
,400
,400
,400
EOF
mdadm --create /dev/md0 --run --auto=yes --level=5 --raid-devices=3 /dev/sda2 /dev/sda3 /dev/sda4
# wait for the array to finish initailizing, otherwise this sometimes fails

View File

@ -16,7 +16,7 @@ test_run() {

test_setup() {
# Create the blank file to use as a root filesystem
dd if=/dev/zero of=root.ext2 bs=1M count=20
dd if=/dev/zero of=root.ext2 bs=1M count=40

kernel=$KVERSION
# Create what will eventually be our root filesystem onto an overlay