Whamcloud - gitweb
LU-2336 llog: hide the harmless log message
authorHongchao Zhang <hongchao.zhang@whamcloud.com>
Sun, 13 Jan 2013 13:15:49 +0000 (21:15 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 26 Jan 2013 02:56:21 +0000 (21:56 -0500)
commit100c6012e9decb4cc320e1a75c92ae2431dd5961
treea8c4573dbb185e43628ea9eec5bdd4d232632df3
parente7aac68bdf9a7fa2c32b2528ecfb42afd4f61e70
LU-2336 llog: hide the harmless log message

in llog_cat_add_rec, the llog_write_rec could return -ENOSPC
if the current log is full, and it will move to the next log
file, then it should not be treated as an error.

Change-Id: Ie2e203dc01572e170e9a383c63dcc670db093355
Signed-off-by: Hongchao Zhang <hongchao.zhang@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/5146
Tested-by: Hudson
Reviewed-by: Prakash Surya <surya1@llnl.gov>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/obdclass/llog_cat.c