Whamcloud - gitweb
LU-5319 utils: update lr_reader to display additional data 62/14862/10
authorGregoire Pichon <gregoire.pichon@bull.net>
Mon, 28 Jul 2014 12:16:33 +0000 (14:16 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 9 Aug 2015 23:43:05 +0000 (23:43 +0000)
commit6460ae59bf6e5175797dc66ecbe560eebc8b6333
tree4f22a383aca84c2f7ce0773ec7ba67ab262e8e2c
parent0951e4e8720df406e1ef5a8fa03822302dea7d1f
LU-5319 utils: update lr_reader to display additional data

The lr_reader command currently displays only the server area
of the LAST_RCVD file of a Lustre ldiskfs target device.

This patch enhances the command to allow diplaying :
- the per-client area of the LAST_RCVD file
  when --client or -c option is specified
- the reply data of the REPLY_DATA file
  when --reply or -r option is specified
It still only support ldiskfs target device.

Signed-off-by: Gregoire Pichon <gregoire.pichon@bull.net>
Change-Id: Ifc2b7f9591eef0da5e4a5dc00f37e58484d4ea97
Reviewed-on: http://review.whamcloud.com/14862
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/tests/sanity.sh
lustre/tests/test-framework.sh
lustre/utils/lr_reader.c