From 93020c3280f3c34b335737859d644de9ab6fecb5 Mon Sep 17 00:00:00 2001 From: Fengguang Wu Date: Fri, 23 Mar 2012 11:09:10 +0800 Subject: [PATCH] remove xfs delaylog option --- fs-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs-common.sh b/fs-common.sh index ac6ee24..a3bf9eb 100644 --- a/fs-common.sh +++ b/fs-common.sh @@ -7,7 +7,7 @@ fs_options() { case $fs in xfs) - mntopt="-o allocsize=1g,nobarrier,inode64,delaylog" + mntopt="-o allocsize=1g,nobarrier,inode64" [[ $RAID_LEVEL =~ raid ]] && { mntopt+=",logbsize=262144" mkfsopt="-f -l size=131072b -d agcount=$nr_devices"