Feature #10875
openAdd option to choose between MB and GB when selecting Memory for new virtual machine
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.
Updated by larry campbell almost 10 years ago
This looks like it may be related to request #1946
Updated by Marek Hulán over 8 years ago
- Category changed from Compute resources to Compute resources - VMware
I believe this is only true for VMware now. We should use the same spinner that we have for other compute resources. This requires the change in how we parse and send data to fog though since fog-vshpere expects megabytes.
Updated by Marek Hulán almost 8 years ago
- Status changed from Resolved to New
Please see comment #4, I don't think this has been implemented