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:
8ed02cc
)
mkfs_lustre: let us try smaller inodes.
author
nikita
<nikita>
Wed, 15 Nov 2006 17:24:38 +0000
(17:24 +0000)
committer
nikita
<nikita>
Wed, 15 Nov 2006 17:24:38 +0000
(17:24 +0000)
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
089f012
..
ce97961
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-495,7
+495,7
@@
int make_lustre_backfs(struct mkfs_opts *mop)
else if (mop->mo_stripe_count > 13)
inode_size = 1024;
else
- inode_size =
512
;
+ inode_size =
256
;
} else if (IS_OST(&mop->mo_ldd)) {
/* now as we store fids in EA on OST we need
to make inode bigger */