Whamcloud - gitweb
- stop recovery thare in obdfilter before freeing namespace;
- cleanups in error messages and comments;
- more verbosity to class_config_notify_end();
- set obd->obd_configured = 0 in class_setup() before doing anything;
- do not pre-allocate seq-ranges in mdc. It usually will not do that asap
as remote target is not yet configured. It will be allocated later in very
first opeartion time, when you fid is needed;
- zero out lock handle in mdt_intent_lock_replace() to not confuse mdt_info_thread_fini();
- do not set obd->obd_configured if log processing finishes with error;
- do not allow gss connection if obd is not configured;
- disable FLD relay test 0c for multi MDS config.