bradh352 opened a new issue, #12099: URL: https://github.com/apache/cloudstack/issues/12099
### 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: <img width="480" height="268" alt="Image" src="https://github.com/user-attachments/assets/2d581739-3f91-4f92-a89d-f857d660f04a" /> The tool tip clearly states this should be allowed when creating a disk offering: <img width="480" height="398" alt="Image" src="https://github.com/user-attachments/assets/21a4cff2-3da8-4b33-b642-7e06a3930dc3" /> And I can confirm when evaluating the compute offering that it was configured with false for strictness: <img width="359" height="110" alt="Image" src="https://github.com/user-attachments/assets/f710e725-4f48-444e-9307-ed2ef851f982" /> 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 1. Create compute offering with a root disk of 400G but do NOT enable disk offering strictness. 2. Create a vm instance using the compute offering 3. Attempt to resize the root disk after creation. ### What to do about it? Fix the regression. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
