Actions
Bug #8785
closed[Nodemanager] miscalculating wishlist node size
Status:
Rejected
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
A job has resource requirements of:
"runtime_constraints": {
"min_scratch_mb_per_node": 2048,
"min_cores_per_node": 16,
"docker_image": "86506984b6afe73107e1f07ad123bab640b0828069631728c0066bbbc7cc01c4",
"min_ram_mb_per_node": 32768
}
This should get a D14 node, but node manager is choosing the wrong size:
2016-03-23_19:51:46.44917 2016-03-23 19:51:46 JobQueueMonitorActor.140652160284672[34923] DEBUG: Calculated wishlist: Standard_D5_v2, Standard_D5_v2
Updated by Peter Amstutz about 10 years ago
- Status changed from New to Rejected
My mistake, turns out D5_v2 is the correct size.
Actions