From 39a395681cf7da68474049babe9411b0325f46cf Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Thu, 27 Oct 2016 12:18:30 -0700 Subject: [PATCH] LU-8763 ldlm: do not dump update recovery list Do not dump the update recovery list when recovery is aborted or when checking whether recovery is complete. The output is not useful and is high volume on production systems. Change-Id: I7f3cd71165475570353cb264b5587749ec252855 Signed-off-by: Olaf Faaland Reviewed-on: http://review.whamcloud.com/23444 Tested-by: Jenkins Reviewed-by: John L. Hammond Reviewed-by: wangdi Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/ldlm/ldlm_lib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 65b177b..3726f18 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -2053,7 +2053,6 @@ repeat: atomic_read(&tdtd->tdtd_recovery_threads_count) == 0, &lwi); /* Then abort the update recovery list */ - dtrq_list_dump(lut->lut_tdtd, D_ERROR); dtrq_list_destroy(lut->lut_tdtd); } @@ -2212,8 +2211,6 @@ static int check_for_recovery_ready(struct lu_target *lut) " extend recovery %d\n", obd->obd_name, obd->obd_recovery_timeout); return 0; - } else { - dtrq_list_dump(lut->lut_tdtd, D_HA); } } -- 1.8.3.1