diff options
author | NeilBrown <neilb@suse.de> | 2009-10-16 08:50:07 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-10-16 08:50:07 +0200 |
commit | ba6241244b010bcd1c47940357ee3a369b0dcac4 (patch) | |
tree | 88da23047abc211093c3d52665ca5d5c81004d0c /test | |
parent | restripe: fix assignment of raid6 blocks for syndrome calculation. (diff) | |
download | mdadm-ba6241244b010bcd1c47940357ee3a369b0dcac4.tar.xz mdadm-ba6241244b010bcd1c47940357ee3a369b0dcac4.zip |
Test different r5/r6 layouts.
Make sure kernel and restripe agree on all different layouts.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rw-r--r-- | test | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ no_errors() { # basic device test testdev() { + udevadm settle dev=$1 cnt=$2 dvsize=$3 |