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

feature #1678: typo returning ds values

This commit is contained in:
Javi Fontan 2013-10-15 12:00:00 +02:00
parent 47ae49ed07
commit 2c76b070e7

View File

@ -398,8 +398,8 @@ class VIHost
# Datastores
@free_ds_info.each{|k,v|
str_info << "DS_#{k}_FREE_MB" << v[:free_space] << "\n"
str_info << "DS_#{k}_TOTAL_MB" << v[:capacity] << "\n"
str_info << "DS_#{k}_FREE_MB=" << v[:free_space] << "\n"
str_info << "DS_#{k}_TOTAL_MB=" << v[:capacity] << "\n"
}
str_info.strip