X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flconf;h=08cd122d9332bb35d0fa4d914fd470633c41e90b;hp=59c517e6f6881bd8165757157011afc55bd46ebc;hb=4527a65cc1a46740c8edee7557a3cdd7ce035d87;hpb=87c86d444e61e38d6454bba5700ba966dc1ac83d diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 59c517e..08cd122 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1053,6 +1053,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) return mountfsoptions return ""