520e12ec29
This disables growpart module in cloud-init, not resizing / partition to maximum disk free size by default. Change-Id: I69984a9141fa8abb12dc5d51bd334f9280deca67
9 lines
368 B
ReStructuredText
9 lines
368 B
ReStructuredText
===========================
|
|
cloud-init-disable-resizefs
|
|
===========================
|
|
|
|
The cloud-init resizefs module can be extremely slow and will also
|
|
unwittingly create a root filesystem that cannot be booted by grub if
|
|
the underlying partition is too big. This removes both resizefs and growpart
|
|
from cloud.cfg, putting the onus for resizing on the user post-boot.
|