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:
1682772
)
Branch b1_4_mountconf
author
nathan
<nathan>
Wed, 19 Oct 2005 23:03:08 +0000
(23:03 +0000)
committer
nathan
<nathan>
Wed, 19 Oct 2005 23:03:08 +0000
(23:03 +0000)
b=6663
extents and mballoc should not be defaults
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
9e29f23
..
247bd87
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-1063,9
+1063,11
@@
int main(int argc , char *const argv[])
strcat(mop.mo_ldd.ldd_mount_opts, ",iopen_nopriv");
if ((get_os_version() == 24) && IS_OST(&mop.mo_ldd))
strcat(mop.mo_ldd.ldd_mount_opts, ",asyncdel");
+ /* When do we want extents and mballoc?
if (mop.mo_ldd.ldd_mount_type == LDD_MT_LDISKFS) {
strcat(mop.mo_ldd.ldd_mount_opts, ",extents,mballoc");
}
+ */
break;
}
case LDD_MT_SMFS: {