From: adilger Date: Sat, 20 Mar 2004 04:36:18 +0000 (+0000) Subject: It isn't necessarily an error when this message appears. X-Git-Tag: v1_8_0_110~486^6~49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a55cfb2a6a68c4734e8dfcc5cef2a24f21d5f89b;p=fs%2Flustre-release.git It isn't necessarily an error when this message appears. --- diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 773baf4..14eaf42 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -123,7 +123,7 @@ static void filter_grant_incoming(struct obd_export *exp, struct obdo *oa) * out-or-order and have already consumed some grant. We want to * leave this here in case there is a large error in accounting. */ CDEBUG(oa->o_grant > fed->fed_grant + FILTER_GRANT_CHUNK ? - D_ERROR : D_CACHE, + D_WARNING : D_CACHE, "%s: cli %s/%p reports grant: "LPU64" dropped: %u, local: %lu\n", obd->obd_name, exp->exp_client_uuid.uuid, exp, oa->o_grant, oa->o_dropped, fed->fed_grant); @@ -625,7 +625,7 @@ static int filter_preprw_write(int cmd, struct obd_export *exp, struct obdo *oa, rc = filter_start_page_write(dentry->d_inode, lnb); if (rc) { - CDEBUG(D_ERROR, "page err %u@"LPU64" %u/%u %p: rc %d\n", + CERROR("page err %u@"LPU64" %u/%u %p: rc %d\n", lnb->len, lnb->offset, i, obj->ioo_bufcnt, dentry, rc); while (lnb-- > res)