Actions
Feature #10875
openAdd option to choose between MB and GB when selecting Memory for new virtual machine
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - VMware
Target version:
-
Description
during host creation, and deploying on virtual machine hypervisor (as opposed to bare metal), a new tab "Virtual Machine" is available to selection options specific for VM creation. The "Memory (MB)" option accepts an integer (presumably) that indicates the number of megabytes to give the VM. It would be a nice to have feature for an additional dropdown that allows the selection between MB and GB that the text input field would use. If MB is selected, the raw input is passed onto the VM creation job. If GB is selected, a simple multiplication of "1024 * (text field input)" would be passed to the VM.
Actions