problem
I'm pretty sure this is a regression. I have a compute offering that sets a default disk size of 400G, but also has the root disk size strictness set to false. When a user goes to grow their root disk size they get an error message:
The tool tip clearly states this should be allowed when creating a disk offering:
And I can confirm when evaluating the compute offering that it was configured with false for strictness:
I'm pretty sure this worked for me at one point, but I honestly don't recall the version. Its fairly rare to need to grow a 400G disk.
versions
4.22.0
The steps to reproduce the bug
- Create compute offering with a root disk of 400G but do NOT enable disk offering strictness.
- Create a vm instance using the compute offering
- Attempt to resize the root disk after creation.
What to do about it?
Fix the regression.