From 9c6c7890ca6f58103fdd5c79a483540d8b7a586c Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:01:51 +0000 Subject: [PATCH] b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- lustre/obdfilter/lproc_obdfilter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdfilter/lproc_obdfilter.c b/lustre/obdfilter/lproc_obdfilter.c index ab9a219..af021df 100644 --- a/lustre/obdfilter/lproc_obdfilter.c +++ b/lustre/obdfilter/lproc_obdfilter.c @@ -203,6 +203,7 @@ static struct lprocfs_vars lprocfs_filter_obd_vars[] = { { "tot_pending", lprocfs_filter_rd_tot_pending, 0, 0 }, { "tot_granted", lprocfs_filter_rd_tot_granted, 0, 0 }, { "recovery_status", lprocfs_obd_rd_recovery_status, 0, 0 }, + { "hash_stats", lprocfs_obd_rd_hash, 0, 0 }, #ifdef CRAY_XT3 { "recovery_maxtime", lprocfs_obd_rd_recovery_maxtime, lprocfs_obd_wr_recovery_maxtime, 0}, -- 1.8.3.1