removed cwd "./" (refer to Bugzilla 14399).
Severity : normal
+Frequency : rare on shutdown ost
+Bugzilla : 14608
+Description: If llog cancel was not send before clean_exports phase, this can
+ produce deadlock in llog code.
+Details : If llog thread has last reference to obd and call class_import_put
+ this produce deadlock because llog_cleanup_commit_master wait when
+ last llog_commit_thread exited, but this never success because was
+ called from llog_commit_thread.
+
+Severity : normal
Bugzilla : 9977
Description: allow userland application know is lost one of stripes.
Details : fill lvb_blocks with error code on ost and return it to
break;
case OBD_CLEANUP_EXPORTS:
target_cleanup_recovery(obd);
+ rc = filter_llog_preclean(obd);
break;
case OBD_CLEANUP_SELF_EXP:
- rc = filter_llog_preclean(obd);
break;
case OBD_CLEANUP_OBD:
break;