From fca995fa2180b638fcbfeb69174d9d934b43e500 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 6 Oct 2006 16:37:15 +0000 Subject: [PATCH] - stop recovery thread and cleanup recovery for OST obd as well. --- lustre/obdfilter/filter.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 1.8.3.1