From 6bb315740de5265af81c596fdfcf3a6fdeaeee89 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 27 May 2009 23:19:30 +0000 Subject: [PATCH] b=19293 fix sanity-quota script and add changelog entry --- lustre/ChangeLog | 5 +++++ lustre/tests/sanity-quota.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 8a8f686..58642f8 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -15,6 +15,11 @@ tbd Sun Microsystems, Inc. more information, please refer to bugzilla 17630. Severity : enhancement +Bugzilla : 19293 +Description: move AT tunable parameters for more consistent usage +Details : add AT tunables under /proc/sys/lustre, add to conf_param parsing + +Severity : enhancement Bugzilla : 19625, 16893, 18668 Description: Add support for SLES11 2.6.27.21-0.1. diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index f210515..fab6e21 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -746,7 +746,7 @@ test_6() { echo " Remove filea to let OST0 release quota" rm -f $FILEA - if at_is_valid && at_is_enabled; then + if at_is_enabled; then timeout=$(at_max_get mds) else timeout=$(lctl get_param -n timeout) -- 1.8.3.1