Whamcloud - gitweb
LU-10648 ldlm: Reduce debug to console during eviction 37/31237/4
authorPatrick Farrell <paf@cray.com>
Fri, 26 Aug 2016 16:03:33 +0000 (11:03 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 7 Jun 2018 20:07:40 +0000 (20:07 +0000)
commitf92fcb863cb9114b2217a4489d7b6b2e5332f364
tree08889f638aeb3ce9f86363d9eda71b30234618e5
parentb1e7be00cb6e1e7b3e35877cf8b8a209e456a2ea
LU-10648 ldlm: Reduce debug to console during eviction

During an eviction, Lustre calls ldlm_namespace_cleanup,
and it will sometimes end up dumping all of the locks on a
particular resource to the console log
(ldlm_resource_complain), which is very wasteful and only
rarely helpful.

Move the debug level for this to D_NETERROR since it is in the
default debug mask.

Change-Id: I8a00f030393ce1748914d70fa8edb4690273e08a
Cray-bug-id: LUS-1418
Signed-off-by: Chris Horn <hornc@cray.com>
Signed-off-by: Patrick Farrell <paf@cray.com>
Reviewed-on: https://review.whamcloud.com/31237
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Sergey Cheremencev <c17829@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ldlm/ldlm_resource.c