mdadm/tests/06sysfs
Neil Brown fe80f49b6e Assorted fixes
Support "--build"ing arrays with bitmaps.
hot-removal of bitmaps
--re-add of drives recently removed.
assorted extra tests

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
2005-08-16 06:45:23 +00:00

12 lines
156 B
Plaintext

exit 0
mdadm -CR $md0 -l1 -n3 $dev1 $dev2 $dev3
ls -Rl /sys/block/md0
cat /sys/block/md0/md/level
cat /sys/block/md0/md/raid_disks
mdadm -S $md0
exit 1