Whamcloud - gitweb
LU-11579 lov: quiet lov_dump_lmm_ console messages 13/33513/2
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 30 Oct 2018 10:20:43 +0000 (04:20 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Jan 2019 04:47:33 +0000 (04:47 +0000)
commitd9ef75eb8226f22660a7e57241125956daf7fde1
tree4a9c795266a5318c8f763e6fa6b1fced4aad444b
parent02b097440db37fe5e8054f983f8382dfa85f8e25
LU-11579 lov: quiet lov_dump_lmm_ console messages

Limit messages in lov_dump_lmm_objects() and lov_dump_lmm_common()
printing to the console repeatedly when D_ERROR is used.  Change
CDEBUG() to CDEBUG_LIMIT() so that rate-limiting is applied.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I32fd70cdf6422222ab0a8f599aa60bc2f6da229e
Reviewed-on: https://review.whamcloud.com/33513
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lov/lov_pack.c