mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit e93530eff143dd670ae8a6361de2a258adfac89f)
This commit is contained in:
parent
141e1e69f7
commit
85c15087cc
@ -2307,6 +2307,11 @@ end
|
||||
detach_disk_array = []
|
||||
extra_config = []
|
||||
keys = disk_keys.invert
|
||||
|
||||
if keys.nil? || keys.empty?
|
||||
raise 'Unable to find disk mapping information on vmx file.'
|
||||
end
|
||||
|
||||
ipool = VCenterDriver::VIHelper.one_pool(OpenNebula::ImagePool)
|
||||
disks_each(:detached?) do |d|
|
||||
key = d.key.to_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user