Whamcloud - gitweb
LU-593 obdclass: echo client for MDS stack
authorwangdi <di.wang@whamcloud.com>
Wed, 16 Nov 2011 22:55:23 +0000 (14:55 -0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Jan 2012 04:08:54 +0000 (23:08 -0500)
commit9f55850b884cac1c7bbde6d3b02764b712a2921f
treeac41fdcba8dce0a166afaa2174e352ffd6c5b068
parente760b61033909351e440fdbb1b465f551d2cc232
LU-593 obdclass: echo client for MDS stack

1. Add interfaces and tools for exercising a local MDT
   device for performance reasons, in a similar manner
   to obdfilter-survey.
2. add test_create, test_mkdir, test_lookup, test_destroy,
   test_rmdir, test_setxattr, test_md_getattr in lctl for
   md echo client test.

Signed-off-by: Wang di <di.wang@whamcloud.com>
Change-Id: Ibf774a567820ff36b3624e44371c63a9428d82a5
Reviewed-on: http://review.whamcloud.com/1287
Tested-by: Hudson
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
16 files changed:
lustre/fid/fid_request.c
lustre/include/cl_object.h
lustre/include/lu_object.h
lustre/include/lustre_fid.h
lustre/include/lustre_lib.h
lustre/mdc/mdc_request.c
lustre/mdd/mdd_dir.c
lustre/mdt/mdt_handler.c
lustre/obdclass/cl_object.c
lustre/obdclass/lu_object.c
lustre/obdecho/echo_client.c
lustre/osd-ldiskfs/osd_handler.c
lustre/utils/Makefile.am
lustre/utils/lctl.c
lustre/utils/obd.c
lustre/utils/obdctl.h