Whamcloud - gitweb
Large diff to add support for last_rcvd file to OST.
authorrread <rread>
Mon, 27 Jan 2003 21:14:44 +0000 (21:14 +0000)
committerrread <rread>
Mon, 27 Jan 2003 21:14:44 +0000 (21:14 +0000)
commit1468b347e7918f18fcec559e09971ae5c36c1699
tree78fc36d8ef4cee76f5891ce6655ee22c6a1cf9ba
parent3a8efcaf4df65beac15e2ad0c7c6ef7d951c3adb
Large diff to add support for last_rcvd file to OST.

- add obd_trans_info to the obd ops that modify data.  Currently it only includes
  the transo, but in future it will contain xid and other transaction specific data.
  Only the server side is using this structure, and is largely ignored on the client
  at this time.

- there is no support for actual recovery yet.

- Move the reconnection check from mds_connect() to target_handle_connect().

- marked code that needs to be removed for bug 550

- passes runtests on uml
lustre/cobd/cache_obd.c