From: yury Date: Fri, 6 Oct 2006 16:37:15 +0000 (+0000) Subject: - stop recovery thread and cleanup recovery for OST obd as well. X-Git-Tag: v1_8_0_110~486^2~672 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fca995fa2180b638fcbfeb69174d9d934b43e500;p=fs%2Flustre-release.git - stop recovery thread and cleanup recovery for OST obd as well. --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 17446d1..60c5393 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1239,6 +1239,9 @@ static void filter_post(struct obd_device *obd) * best to start a transaction with h_sync, because we removed this * from lastobjid */ + target_stop_recovery_thread(obd); + target_cleanup_recovery(obd); + push_ctxt(&saved, &obd->obd_lvfs_ctxt, NULL); rc = filter_update_server_data(obd, filter->fo_rcvd_filp, filter->fo_fsd, 0);