Whamcloud - gitweb
LU-16639 misc: cleanup concole messages 83/50283/7
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 13 Mar 2023 22:08:30 +0000 (16:08 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 28 Mar 2023 22:20:25 +0000 (22:20 +0000)
commit8f40a3d7110da1af8e310a4b7f40b86f13080938
tree0a3da1909db11fa5e56068ca272029e14c60dd98
parente998d21caf99e32495950219e88dd9e7f981363e
LU-16639 misc: cleanup concole messages

The lprocfs_job_cleanup() was not properly dropping all jobstats
from the hash table and printing errors from job_stat_exit() at
unmount.  Ensure all stats are "old enough" when @clear is set.

Change early libcfs cfs_cpu_init() messages from CERROR() to
pr_err() to avoid circular dependencies on libcfs setup before
printing an error message to the console during module init.

Test-Parameters: trivial
Fixes: ea2cd3af7b ("LU-11407 obdclass: add start time to stats files")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ide3f502103392a79419cc1836200bf5a1a3ebbe5
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50283
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Feng Lei <flei@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/libcfs/libcfs_cpu.c
lustre/obdclass/lprocfs_jobstats.c