From 099cba5a1d376c5e75b2c38cc282c1883ecd9e5c Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 27 Jun 2005 23:14:15 +0000 Subject: [PATCH] Branch b1_4 Allow a small amount of space for llog creation during test. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 54b41b8..daf048f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2081,7 +2081,7 @@ test_57b() { MDSFREE2="`cat /proc/fs/lustre/mds/*/kbytesfree`" MDCFREE2="`cat /proc/fs/lustre/mdc/*/kbytesfree`" - if [ "$MDCFREE" != "$MDCFREE2" ]; then + if [ "$MDCFREE2" -lt "$((MDCFREE - 8))" ]; then if [ "$MDSFREE" != "$MDSFREE2" ]; then error "MDC before $MDCFREE != after $MDCFREE2" else -- 1.8.3.1