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:
parent
47ae49ed07
commit
2c76b070e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user