From 78e27532a9a259fe3e13dd8292c564c571367671 Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Sun, 3 Dec 2023 07:11:29 +0300 Subject: [PATCH] EX-8778 tests: clear "trace" in quota_fini Clear trace debug level in quota_fini. Fixes: ba4d37b9fc ("LU-13055 libcfs: allow comma-separated masks") Test-Parameters: trivial testlist=sanity-quota Signed-off-by: Sergey Cheremencev Change-Id: I480b9975bbf99403cedbfd18154f365ebf181c09 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53385 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index d700f05..877b486 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -5951,7 +5951,7 @@ run_test 86 "Pre-acquired quota should be released if quota is over limit" quota_fini() { do_nodes $(comma_list $(nodes_list)) \ - "lctl set_param -n debug=-quota+trace" + "lctl set_param -n debug=-quota-trace" if $PQ_CLEANUP; then disable_project_quota fi -- 1.8.3.1