From a36890c83852f893191412ec2ccb39217aa87362 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 19 Oct 2005 23:03:08 +0000 Subject: [PATCH] Branch b1_4_mountconf b=6663 extents and mballoc should not be defaults --- lustre/utils/mkfs_lustre.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index 9e29f23..247bd87 100644 --- 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: { -- 1.8.3.1