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:
77624db
)
Increment objids on OST after a restart.
author
adilger
<adilger>
Fri, 18 Jul 2003 08:38:22 +0000
(08:38 +0000)
committer
adilger
<adilger>
Fri, 18 Jul 2003 08:38:22 +0000
(08:38 +0000)
lustre/obdfilter/filter_internal.h
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_internal.h
b/lustre/obdfilter/filter_internal.h
index
2d4e73c
..
b93777a
100644
(file)
--- a/
lustre/obdfilter/filter_internal.h
+++ b/
lustre/obdfilter/filter_internal.h
@@
-25,7
+25,9
@@
#endif
#define LAST_RCVD "last_rcvd"
-#define INIT_OBJID 2
+#define FILTER_INIT_OBJID 2
+/* max creates/sec * journal->j_commit_interval */
+#define FILTER_SKIP_OBJID (10000 * 5)
#define FILTER_LR_SERVER_SIZE 512