Whamcloud - gitweb
b:2215 - OSTs fetch unlink llog records from MDS post replay
authortianying <tianying>
Thu, 13 Nov 2003 05:57:06 +0000 (05:57 +0000)
committertianying <tianying>
Thu, 13 Nov 2003 05:57:06 +0000 (05:57 +0000)
commit72d47edfa5b5068c5883e867ab4d199f7ba63af3
treed694e9a0e243e035db413bba471fea7deaf1f72d
parent926da7de1135432ee0acfbf0a9d4b0087952ca9a
  b:2215 - OSTs fetch unlink llog records from MDS post replay

     1. add lop_connect and lop_precleanup to llog_operations
     2. rename llog_obd_ctxt to llog_ctxt; llog_commit_data to llog_canceld_ctxt
     3. split out llog functions in llog_client.c and llog_server.c and remove llogd.c
     4. add one test-59 to sanity.sh to verify cancellation of llog records async
     5. fix calling of mds_cleanup_orphans, add test-34 to replay-single.sh
     6. fix some codes about llog
12 files changed:
lustre/ldlm/ldlm_lib.c
lustre/lov/lov_log.c
lustre/mds/mds_internal.h
lustre/mds/mds_log.c
lustre/mds/mds_unlink_open.c
lustre/obdclass/llog_obd.c
lustre/obdfilter/filter_internal.h
lustre/obdfilter/filter_log.c
lustre/ptlrpc/llog_client.c [new file with mode: 0644]
lustre/ptlrpc/llog_net.c
lustre/ptlrpc/llog_server.c [new file with mode: 0644]
lustre/tests/replay-single.sh