Skip to content

Commit

Permalink
MTL-2272: remove xfs options; use defaults (#61)
Browse files Browse the repository at this point in the history
It was discovered that allocsize, in particular, was causing
problems during IMS image builds. The db files for the 'man'
package were being forced to a size that was much larger than
what was needed, both wasting space and causing build times to
be significantly increased.
  • Loading branch information
heemstra authored Sep 11, 2023
1 parent 2373708 commit e748c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export metal_fstab=/etc/fstab.metal
# constant: metal_fsopts_xfs
#
# COMMA-DELIMITED-LIST of fsopts for XFS
export metal_fsopts_xfs=noatime,largeio,inode64,swalloc,allocsize=131072k
export metal_fsopts_xfs=

##############################################################################
# constant: metal_disk_small
Expand Down

0 comments on commit e748c30

Please sign in to comment.