summaryrefslogtreecommitdiffstats
path: root/tests/00raid5-zero
blob: 7d0f05a12539d0179d2f0da3686848ec64b1d211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if mdadm -CfR $md0 -l 5 -n3 $dev0 $dev1 $dev2 --write-zeroes ; then
  check nosync
  echo check > /sys/block/md0/md/sync_action;
  check wait
elif grep "zeroing [^ ]* failed: Operation not supported" \
     $targetdir/stderr; then
  echo "write-zeros not supported, skipping"
else
  echo >&2 "ERROR: mdadm return failure without not supported message"
  exit 1
fi