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 <scherementsev@ddn.com>
Change-Id: I480b9975bbf99403cedbfd18154f365ebf181c09
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53385
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
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