Closed jefflill closed 2 years ago
Currently, the minimum OS disk size is 64GiB (but we may reduce this in the future) and the default OS disk size is 128GiB.
The problem here is that growpart
returns a non-zero exit code when the partition is already as big as it can be. I thin the easiest fix is to look for NOCHANGE: in the response and consider this not to be an error in this case.
We used to ignore growpart
errors until recently which is why we didn't notice this before.
FIXED
Specifying a 64 GiB OS disk as specified below doesn't work:
Here's what we see in the log: