From 053102bb3ec89065721a6a1d545570bbebc764c7 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Sep 2005 12:13:46 +0000 Subject: [PATCH] - disable extents/mballoc for benchmarking purposes --- lustre/utils/lconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 53f19c7..c3d9948 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1059,8 +1059,8 @@ def def_mount_options(fstype, target): mountfsoptions = "errors=remount-ro" if target == 'ost' and sys_get_branch() == '2.4': mountfsoptions = "%s,asyncdel" % (mountfsoptions) - if target == 'ost' and sys_get_branch() == '2.6': - mountfsoptions = "%s,extents,mballoc" % (mountfsoptions) + #if target == 'ost' and sys_get_branch() == '2.6': + # mountfsoptions = "%s,extents,mballoc" % (mountfsoptions) return mountfsoptions return "" -- 1.8.3.1