Whamcloud - gitweb
LU-1303 osp: OSP logging functionality
authorMikhail Pershin <tappro@whamcloud.com>
Mon, 24 Sep 2012 09:54:54 +0000 (13:54 +0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 28 Sep 2012 18:11:07 +0000 (14:11 -0400)
commit1d371ca47e67a46492ddcfddd7676662362ce0b7
tree2195188ebc3250df7a57cc7119590f637b7ad1c8
parentbba6066ccffbea51b89b39e25ac3a0007491fae8
LU-1303 osp: OSP logging functionality

OSP writes unlink and setattr llogs and tracks corresponding commits
at OST side, then cancel llog records locally

Add missed obd_device methods and import event handling

Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Change-Id: I63ecc975e483a7f9caac9554cc15c3a4fb4a6e6d
Reviewed-on: http://review.whamcloud.com/4095
Reviewed-by: wangdi <di.wang@whamcloud.com>
Tested-by: Hudson
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/include/lustre_log.h
lustre/obdclass/llog_cat.c
lustre/osp/Makefile.in
lustre/osp/osp_dev.c
lustre/osp/osp_internal.h
lustre/osp/osp_object.c
lustre/osp/osp_precreate.c
lustre/osp/osp_sync.c [new file with mode: 0644]