-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Description of problem:
When attempting to live update a virtual machine (VM), if the instance type has a spec.domain.maxSockets value smaller than spec.domain.sockets, the expected error message—"Socket value set higher than max value!"—does not appear until the VM is restarted, and the VM is on a stopped stage.
* This highlights a broader issue: it's currently possible to create an instance type configuration that is known to be invalid from the start for example maxSockets: 6 sockets: 8
Version-Release number of selected component (if applicable):
4.19
How reproducible:
100%
Steps to Reproduce:
1. Create a VM with an instance type and start it 2. Create an instance type with maxSockets smaller then sockets
Actual results:
The VM will keep running as normal without any error, until it is restarted
Expected results:
Some type of error should be present.
Additional info:
- duplicates
-
CNV-60604 VM accepts invalid instance type not satisfying preference requirements causing to patch/update failures
-
- Closed
-