Description: missing tree_status on 1.8.1 RPM build
Details : make rpms failed due because the tree_status file is missing.
+Severity : normal
+Bugzilla : 19551
+Description: continuing LustreError "mds adjust qunit failed!"
+Details : don't print message on the console when ->adjust_qunit fails.
+
-------------------------------------------------------------------------------
}
if (rc2)
- CDEBUG(rc2 == QUOTA_REQ_RETURNED ? D_QUOTA: D_ERROR,
+ CDEBUG(D_QUOTA,
"mds adjust qunit %ssuccessfully! (opc:%d rc:%d)\n",
rc2 == QUOTA_REQ_RETURNED ? "" : "un", opc, rc2);
RETURN(0);
if (rc || rc2) {
if (!rc)
rc = rc2;
- CDEBUG(rc == QUOTA_REQ_RETURNED ? D_QUOTA: D_ERROR,
+ CDEBUG(D_QUOTA,
"filter adjust qunit %ssuccessfully! (opc:%d rc%d)\n",
- QUOTA_REQ_RETURNED ? "" : "un", opc, rc);
+ rc == QUOTA_REQ_RETURNED ? "" : "un", opc, rc);
}
RETURN(0);