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

Feature #1112: Show TM_MAD in onedatastore show output

This commit is contained in:
Carlos Martín 2012-03-05 16:46:27 +01:00
parent 20ff34756c
commit f534f66ca5

View File

@ -71,6 +71,7 @@ class OneDatastoreHelper < OpenNebulaHelper::OneHelper
puts str % ["CLUSTER", datastore['CLUSTER']]
puts str % ["TYPE", datastore['TYPE']]
puts str % ["TM_MAD", datastore['TM_MAD']]
puts str % ["BASE PATH",datastore['BASE_PATH']]
puts