From 880218785f06cd11c488fa6b9dfd6bf14cc2451c Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Tue, 15 Sep 2020 21:42:41 +0300 Subject: [PATCH] LU-13967 quota: change warning to cdebug Changing CWARN to CDEBUG as it doesn't point to any known problem. Change-Id: Ia05a316a6ce1cc61899dd6662a9895946eee46aa Signed-off-by: Sergey Cheremencev Reviewed-on: https://review.whamcloud.com/39921 Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: James Nunez Tested-by: Maloo --- lustre/quota/qmt_entry.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/quota/qmt_entry.c b/lustre/quota/qmt_entry.c index c0e8724..da29dc4 100644 --- a/lustre/quota/qmt_entry.c +++ b/lustre/quota/qmt_entry.c @@ -801,8 +801,9 @@ bool qmt_adjust_edquot_qunit_notify(const struct lu_env *env, if (!lqe_gl->lqe_glbl_data && (req_has_rep(qb_flags) || req_is_rel(qb_flags))) { if (need_reseed) - CWARN("%s: can't notify - lge_glbl_data is not set", - qmt->qmt_svname); + CDEBUG(D_QUOTA, + "%s: can not notify - lge_glbl_data is not set\n", + qmt->qmt_svname); return need_reseed; } -- 1.8.3.1