From: alex Date: Sat, 3 Sep 2005 12:13:46 +0000 (+0000) Subject: - disable extents/mballoc for benchmarking purposes X-Git-Tag: 1.4.10~601 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=053102bb3ec89065721a6a1d545570bbebc764c7;p=fs%2Flustre-release.git - disable extents/mballoc for benchmarking purposes --- 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 ""