Andrew Rynhard 4ccd4d5364 fix: set ephemeral partition to max size
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>
2020-04-17 07:08:04 -07:00
..
2019-12-09 15:26:26 -08:00
2020-04-13 13:01:14 -07:00
2020-02-18 16:18:43 -05:00
2020-03-24 15:16:54 -04:00
2020-04-13 13:01:14 -07:00
2020-02-27 00:34:56 +03:00
2019-12-17 22:35:47 +03:00