Skip to content

Commit

Permalink
remove xfs delaylog option
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengguang Wu committed Mar 23, 2012
1 parent 7f61894 commit 93020c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93020c3

Please sign in to comment.