From ed0af2daa96804b2a869d5563fbf062b1eccdeee Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Sat, 16 Jan 2010 15:16:03 +0100 Subject: [PATCH] b=20928 skip sanity 202 on ib since unaligned dio not supported by o2iblnd --- lustre/tests/sanity.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 1.8.3.1