X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=tests%2Fgeneric%2F223;h=f63932938c9bf620ec326941f2a17f679bfd87c5;hp=1f85efe5d45ced5e7352fdbff19728cc0464da3e;hb=982941cf89f5bc51581459fd3467a6cbdc54999d;hpb=ace9db40f92920d9a7767197d8967d6d01df3eb9 diff --git a/tests/generic/223 b/tests/generic/223 index 1f85efe5..f6393293 100755 --- a/tests/generic/223 +++ b/tests/generic/223 @@ -43,6 +43,11 @@ for SUNIT_K in 8 16 32 64 128; do _scratch_mkfs_geom $SUNIT_BYTES 4 $BLOCKSIZE >> $seqres.full 2>&1 _scratch_mount + # This test checks for stripe alignments of space allocations on the + # filesystem. Make sure all files get created on the main device, + # which for XFS means no rt files. + test "$FSTYP" = "xfs" && $XFS_IO_PROG -c 'chattr -t' $SCRATCH_MNT + for SIZE_MULT in 1 2 8 64 256; do let SIZE=$SIZE_MULT*$SUNIT_BYTES