mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-13 12:58:17 +03:00
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
This commit is contained in:
parent
e316f5b518
commit
c98f894929
@ -465,6 +465,12 @@ module VirtualMachineMonitor
|
||||
str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \
|
||||
<< vmtools_verst << ' '
|
||||
str_info << 'VCENTER_RP_NAME="' << rp_name << '" '
|
||||
|
||||
info_disks.each do |disk|
|
||||
str_info << "DISK_#{disk[0]}_ACTUAL_PATH=\"[" << disk[1].ds.name << "] " << disk[1].path << "\" "
|
||||
end
|
||||
|
||||
return str_info
|
||||
end
|
||||
|
||||
def reset_monitor
|
||||
|
Loading…
x
Reference in New Issue
Block a user