Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2616b
)
- stop recovery thread and cleanup recovery for OST obd as well.
author
yury
<yury>
Fri, 6 Oct 2006 16:37:15 +0000
(16:37 +0000)
committer
yury
<yury>
Fri, 6 Oct 2006 16:37:15 +0000
(16:37 +0000)
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
17446d1
..
60c5393
100644
(file)
--- 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);