From b207d486d5ce44165b632c909e6678098eac6730 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 21 Jun 2007 18:49:38 +0000 Subject: [PATCH] note OBD_FAIL loc for easy referencing --- lustre/tests/sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 50540ca..49ccf68 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2486,6 +2486,7 @@ run_test 60b "limit repeated messages from CERROR/CWARN ========" test_60c() { echo "create 5000 files" createmany -o $DIR/f60c- 5000 +#define OBD_FAIL_MDS_LLOG_CREATE_FAILED 0x137 sysctl -w lustre.fail_loc=0x80000137 unlinkmany $DIR/f60c- 5000 } @@ -3826,7 +3827,7 @@ test_118() #bug 11710 return $dirty } -run_test 118 "verify O_SYNC work" +run_test 118 "verify O_SYNC works" test_119a() # bug 11737 { -- 1.8.3.1