mirror of
https://github.com/lingble/talos.git
synced 2025-11-02 05:28:09 +00:00
This sets the size of the ephemeral partition to the maximum allowed size at installation time. We have reports of `xfs_growfs` causing extremely slow boot times when the disk is 1TB or more. In our research we found evidence that `xfs_growfs` is an expensive operation when growing to a size of 10 times or more of the base. Instead, users should create the disk close to the max disk size at install time. The difference being that `mkfs.xfs` will handle larger disks better. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>