1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #: Fix CLI mem units (#17)

(cherry picked from commit e4f3649f3d6fed3a92f9d1bb7bd8c5664d07b61d)
This commit is contained in:
Christian González 2020-06-18 13:06:40 +02:00 committed by Ruben S. Montero
parent 5b87d5747b
commit 5986add497
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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',