Actions
Bug #27086
closedUpdate hardcoded max values for CPUs and memory for ovirt CR
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Compute resources - oVirt
Target version:
-
Difficulty:
trivial
Triaged:
No
Pull request:
Description
max_cpu_count
, max_socket_count
and max_memory
are hardcoded in the ovirt compute resources on the foreman side. It should be nice to update these value to actual supported values on ovirt side:
engine-config --get MaxNumOfVmCpus MaxNumOfVmCpus: 288 version: 4.1 MaxNumOfVmCpus: 384 version: 4.2 MaxNumOfVmCpus: 384 version: 4.3 engine-config --get MaxNumOfVmSockets MaxNumOfVmSockets: 16 version: 4.1 MaxNumOfVmSockets: 16 version: 4.2 MaxNumOfVmSockets: 16 version: 4.3 engine-config --get VM64BitMaxMemorySizeInMB VM64BitMaxMemorySizeInMB: 4194304 version: 4.1 VM64BitMaxMemorySizeInMB: 4194304 version: 4.2 VM64BitMaxMemorySizeInMB: 4194304 version: 4.3
Updating these values to the lowest supported (4.1) should be nice.
Actions