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.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Baptiste Agasse
- Pull request https://github.com/theforeman/foreman/pull/6852 added
Updated by Baptiste Agasse over 5 years ago
- Tracker changed from Feature to Bug
As discussed in the PR, can be closed in favor of #27334 (I can't close it myself)
Updated by Baptiste Agasse about 5 years ago
- Status changed from Ready For Testing to Rejected
Actions