Skip to content
Snippets Groups Projects
Commit 1fced3e5 authored by Yury Umanets's avatar Yury Umanets
Browse files

- revert patch from 17110 as it's causing issues with ost cleanup

parent 7d5ecbc4
No related branches found
No related tags found
No related merge requests found
......@@ -545,6 +545,11 @@ int llog_obd_repl_cancel(struct llog_ctxt *ctxt,
GOTO(out, rc = -ENODEV);
}
if (ctxt->loc_obd->obd_stopping) {
CDEBUG(D_RPCTRACE, "Obd is stopping for ctxt %p\n", ctxt);
GOTO(out, rc = -ENODEV);
}
if (test_bit(LLOG_LCM_FL_EXIT, &lcm->lcm_flags)) {
CDEBUG(D_RPCTRACE, "Commit thread is stopping for ctxt %p\n",
ctxt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment