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:
72518c0
)
- export handling for VBR
author
tappro
<tappro>
Wed, 3 Sep 2008 08:11:23 +0000
(08:11 +0000)
committer
tappro
<tappro>
Wed, 3 Sep 2008 08:11:23 +0000
(08:11 +0000)
b:15391
i:rread, bzzz
lustre/mds/lproc_mds.c
patch
|
blob
|
history
diff --git
a/lustre/mds/lproc_mds.c
b/lustre/mds/lproc_mds.c
index
2b6e45a
..
f3c7c4d
100644
(file)
--- a/
lustre/mds/lproc_mds.c
+++ b/
lustre/mds/lproc_mds.c
@@
-479,6
+479,9
@@
struct lprocfs_vars lprocfs_mds_obd_vars[] = {
lprocfs_wr_nosquash_nid, 0 },
{ "sync_permission", lprocfs_mds_rd_sync_perm,
lprocfs_mds_wr_sync_perm, 0 },
+ { "stale_export_age", lprocfs_obd_rd_stale_export_age,
+ lprocfs_obd_wr_stale_export_age, 0},
+ { "flush_stale_exports", 0, lprocfs_obd_wr_flush_stale_exports, 0 },
{ 0 }
};