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

F #4913: Fix imported image datastore name

This commit is contained in:
mcabrerizo 2017-04-03 17:53:23 +02:00
parent 37c89bba4d
commit 82d72d93d8

View File

@ -163,7 +163,7 @@ class Storage
ds_name = ""
if type == "IMAGE_DS"
ds_name << "[#{vcenter_instance_name} #{dc_name}] #{self['name']} - #{ccr_name} (IMG)"
ds_name << "[#{vcenter_instance_name} - #{dc_name}] #{self['name']} - #{ccr_name} (IMG)"
else
ds_name << "[#{vcenter_instance_name} - #{dc_name}] #{self['name']} - #{ccr_name} (SYS)"
ds_name << " [StorDRS]" if self.class == VCenterDriver::StoragePod