-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_disk: Make rootfs size small even for qemu/IaaS
For RHCOS with encryption, we encrypt in early boot, and it's beneficial if the root filesystem size is small initially - distinct from the "default disk" size that applies in clouds (and libvirt). This helps RHCOS maintain its default 16G size for libvirt without requiring the installer and other tools to start resizing it. This also increases consistency across metal and virt - we now *always* run `coreos-growfs`.
- Loading branch information
Showing
2 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters