From: Johann Lombardi Date: Sat, 16 Jan 2010 14:16:03 +0000 (+0100) Subject: b=20928 skip sanity 202 on ib since unaligned dio not supported by o2iblnd X-Git-Tag: v1_8_2~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ed0af2daa96804b2a869d5563fbf062b1eccdeee;p=fs%2Flustre-release.git b=20928 skip sanity 202 on ib since unaligned dio not supported by o2iblnd --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 16f858f..7973874 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6432,6 +6432,10 @@ run_test 201c "Remove a pool ============================================" cleanup_pools $FSNAME test_202() { + if [ "$NETTYPE" = "o2ib" ]; then + skip "unaligned direct I/O is not supported by o2iblnd" + return + fi $LFS setstripe -c 2 -s 1048576 $DIR/$tfile multiop $DIR/$tfile oO_WRONLY:O_APPEND:O_DIRECT:b1048548b130c || \ error "direct write failed"