X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lib.c;h=4d37048fe07a14e7d634772cdb2f091a976c1151;hp=bb6a2f096db144dd48bc31aba8ed8095d3fca077;hb=5d8f6742e65d588d907b77ffc6fcdb2552d855b9;hpb=8c193654168181686e3b8f40ddb70f9fa7519db0 diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index bb6a2f0..4d37048 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1748,6 +1748,8 @@ static void target_finish_recovery(struct lu_target *lut) atomic_read(&obd->obd_connected_clients), obd->obd_stale_clients, obd->obd_stale_clients == 1 ? "was" : "were"); + if (obd->obd_stale_clients && do_dump_on_eviction(obd)) + libcfs_debug_dumplog(); } ldlm_reprocess_recovery_done(obd->obd_namespace);