X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-quota.sh;h=dd3e94e0b8bd6c34db6e5a497cede42b260c4883;hp=b38f191d5656059f926265f877a24bfe7ee65376;hb=fe8315c25ed093d77a6f366e2a4849aba008b680;hpb=7919255685d2080d619df71eecfa1545211b4ddb diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index b38f191..dd3e94e 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -496,7 +496,7 @@ reset_quota_settings() { # enable quota debug quota_init() { do_nodes $(comma_list $(nodes_list)) \ - "$LCTL set_param -n debug=+quota,trace" + "$LCTL set_param -n debug=+quota+trace" } quota_init reset_quota_settings @@ -5560,7 +5560,7 @@ run_test 82 "verify more than 8 qids for single operation" 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