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 Marek Hulán over 9 years ago
- Subject changed from VM Creation: allow option to choose between MB and GB when selecting Memory to Add option to choose between MB and GB when selecting Memory for new virtual machine
- Category set to Compute resources
Updated by larry campbell over 9 years ago
This looks like it may be related to request #1946
Updated by Dominic Cleal about 9 years ago
- Related to Bug #1580: Limitiation to create only 32 GB VM added
Updated by Marek Hulán about 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 Anonymous almost 8 years ago
- Is duplicate of Bug #2314: Smaller grains for VM memory/RAM choice needed added
Updated by Anonymous almost 8 years ago
- Is duplicate of deleted (Bug #2314: Smaller grains for VM memory/RAM choice needed)
Updated by Anonymous almost 8 years ago
- Related to Bug #2314: Smaller grains for VM memory/RAM choice needed added
Updated by Marek Hulán over 7 years ago
- Status changed from Resolved to New
Please see comment #4, I don't think this has been implemented