Whamcloud - gitweb
b:2215 - OSTs fetch unlink llog records from MDS post replay
authortianying <tianying>
Thu, 13 Nov 2003 05:56:59 +0000 (05:56 +0000)
committertianying <tianying>
Thu, 13 Nov 2003 05:56:59 +0000 (05:56 +0000)
commit3b4e8bab57af9ce0edb52db3f1fa76bd498f0e5d
tree36089a18b13659469cd9a728d9629dfc272226f9
parent19d778abb1ef0fc1fb393fdbf721a94cf7ea4a1b
  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
lustre/obdclass/llog_test.c
lustre/obdclass/obd_config.c
lustre/ptlrpc/llogd.c [deleted file]