mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-22 07:01:12 +02: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>