Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520c8b6
)
b=16777 16776
author
yury
<yury>
Fri, 19 Sep 2008 19:01:51 +0000
(19:01 +0000)
committer
yury
<yury>
Fri, 19 Sep 2008 19:01:51 +0000
(19:01 +0000)
r=shadow, adilger, vitaly, robert
- new clas_hash and using it for connections, held locks on server, etc
lustre/obdfilter/lproc_obdfilter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/lproc_obdfilter.c
b/lustre/obdfilter/lproc_obdfilter.c
index
ab9a219
..
af021df
100644
(file)
--- 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},