Whamcloud - gitweb
LU-8763 ldlm: do not dump update recovery list 44/23444/2
authorOlaf Faaland <faaland1@llnl.gov>
Thu, 27 Oct 2016 19:18:30 +0000 (12:18 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 7 Nov 2016 15:46:05 +0000 (15:46 +0000)
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 <faaland1@llnl.gov>
Reviewed-on: http://review.whamcloud.com/23444
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ldlm/ldlm_lib.c

index 65b177b..3726f18 100644 (file)
@@ -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);
                }
        }