Whamcloud - gitweb
- stop recovery thread and cleanup recovery for OST obd as well.
authoryury <yury>
Fri, 6 Oct 2006 16:37:15 +0000 (16:37 +0000)
committeryury <yury>
Fri, 6 Oct 2006 16:37:15 +0000 (16:37 +0000)
lustre/obdfilter/filter.c

index 17446d1..60c5393 100644 (file)
@@ -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);