]> git.ipfire.org Git - thirdparty/mdadm.git/blame - tests/06sysfs
--wait or -W will wait for resync activity to finish on the given devices.
[thirdparty/mdadm.git] / tests / 06sysfs
CommitLineData
fe80f49b
NB
1exit 0
2mdadm -CR $md0 -l1 -n3 $dev1 $dev2 $dev3
3
4ls -Rl /sys/block/md0
5
6cat /sys/block/md0/md/level
7cat /sys/block/md0/md/raid_disks
8
9mdadm -S $md0
10
11exit 1