1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

M #: Fix CLI mem units (#17)

This commit is contained in:
Christian González 2020-06-18 13:06:40 +02:00 committed by GitHub
parent 5d8ec9f7be
commit e4f3649f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
column :MEM, 'Memory asigned to the VM', :size => 7 do |d|
OpenNebulaHelper.unit_to_str(d['TEMPLATE']['MEMORY'].to_i,
options)
options, 'M')
end
column :HOST, 'Host where the VM is running',