Whamcloud - gitweb
LU-3339 mdt: HSM on disk actions record 29/6529/8
authorjcl <jacques-charles.lafoucriere@cea.fr>
Mon, 3 Jun 2013 14:03:36 +0000 (16:03 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 10 Jul 2013 04:09:52 +0000 (04:09 +0000)
commit612f27788166e2f1153cb5f2c4b4bffba9a42235
treea5cbef2663cf9042d088a57b465b22502252ec65
parent11db1a551172f596d1d284e8496530f9ce24ac81
LU-3339 mdt: HSM on disk actions record

HSM coordinator memorizes all actions in a llog
This patch implements the methods needed to create
update display these records.

Signed-off-by: JC Lafoucriere <jacques-charles.lafoucriere@cea.fr>
Change-Id: I58bdbbd52a75a841c30e4477f3cb4c942d6d2a20
Reviewed-on: http://review.whamcloud.com/6529
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
12 files changed:
lustre/include/lprocfs_status.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_disk.h
lustre/include/obd.h
lustre/mdd/mdd_device.c
lustre/mdd/mdd_internal.h
lustre/mdt/Makefile.in
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_hsm_cdt_actions.c [new file with mode: 0644]
lustre/mdt/mdt_internal.h
lustre/obdclass/llog_swab.c
lustre/utils/llog_reader.c