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

M #-: Remove comment

This commit is contained in:
Tino Vazquez 2020-01-17 13:58:50 +01:00
parent 588f7084c5
commit 157ed3aee3
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -976,7 +976,7 @@ module VCenterDriver
update = true
end
# check if vCenter disk hasn't got a representation in the extraConfig
# then we have to update
# then we have to update
if !disks_extraconfig_current.has_key? item[:key]
update = true
end
@ -1705,7 +1705,6 @@ module VCenterDriver
spec = RbVmomi::VIM.VirtualMachineConfigSpec(spec_hash)
@item.ReconfigVM_Task(:spec => spec).wait_for_completion
###sync_extraconfig_disk(spec_hash)
info_disks
end