diff --git a/lustre/quota/quota_context.c b/lustre/quota/quota_context.c index 0df0344..56df9dc 100644 --- a/lustre/quota/quota_context.c +++ b/lustre/quota/quota_context.c @@ -682,7 +682,10 @@ dqacq_completion(struct obd_device *obd, struct lustre_quota_ctxt *qctxt, qctl->qc_cmd = Q_SETQUOTA; err = fsfilt_quotactl(obd, sb, qctl); if (err) - CERROR("error set quota fs limit! (rc:%d)\n", err); + CERROR("error set quota fs limit! rc:%d, " + "count:"LPU64", hardlimit:"LPU64" isblk:%c\n", + err, count, *hardlimit, + QDATA_IS_BLK(qdata) ? 'b' : 'i'); QDATA_DEBUG(qdata, "%s completion\n", opc == QUOTA_DQACQ ? "DQACQ" : "DQREL");