Whamcloud - gitweb
- disable extents/mballoc for benchmarking purposes
authoralex <alex>
Sat, 3 Sep 2005 12:13:46 +0000 (12:13 +0000)
committeralex <alex>
Sat, 3 Sep 2005 12:13:46 +0000 (12:13 +0000)
lustre/utils/lconf

index 53f19c7..c3d9948 100755 (executable)
@@ -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 ""