hmc_find_placement
Find managed systems with enough free memory and processor capacity for a new LPAR of a specified size, sorted by free memory. Helps choose where to place a new logical partition.
Instructions
Find managed systems that can host a new LPAR of the given size.
Returns systems with at least desired_memory_mb MiB free and at least
desired_proc_units free processor units, sorted by free memory descending.
Each result has the same fields as :func:hmc_capacity_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desired_memory_mb | Yes | ||
| desired_proc_units | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |