Whamcloud - gitweb
- stop recovery thare in obdfilter before freeing namespace;
authoryury <yury>
Wed, 11 Oct 2006 10:24:51 +0000 (10:24 +0000)
committeryury <yury>
Wed, 11 Oct 2006 10:24:51 +0000 (10:24 +0000)
commit4ef77079d395f4648151243e3d3d203e4f254a58
tree890b52acab9994648c6d7a13250b9a70b853fe22
parent8e817d26e1027a2feea0f9618fc667e7c34a3bdb
- 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.
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_fid.c
lustre/llite/namei.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/mdt/mdt_handler.c
lustre/mgs/mgs_llog.c
lustre/obdclass/obd_config.c
lustre/obdfilter/filter.c
lustre/ptlrpc/gss/sec_gss.c
lustre/tests/replay-single.sh