Bug #4344
t1.micro instances cannot be imported from EC2
Status: | Closed | Start date: | 02/18/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Drivers - VM | |||
Target version: | Release 5.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.14 |
Description
The memory of t1.micro instances is 0.613, to_i is called on this value, therefore the value is 0 and cannot be imported
https://github.com/OpenNebula/one/blob/master/src/vmm_mad/remotes/ec2/ec2_driver.rb#L463
$ onehost importvm 0 i-7241234 [VirtualMachineAllocate] MEMORY attribute must be a positive integer value.
Associated revisions
Bug #4344: Fix CPU and MEMORY calculation for EC2 instance types
History
#1 Updated by Ruben S. Montero about 5 years ago
- Assignee set to Tino Vázquez
#2 Updated by Tino Vázquez about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed
CPU and MEMORY calculation fixed