mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +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=' \
|
str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \
|
||||||
<< vmtools_verst << ' '
|
<< vmtools_verst << ' '
|
||||||
str_info << 'VCENTER_RP_NAME="' << rp_name << '" '
|
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
|
end
|
||||||
|
|
||||||
def reset_monitor
|
def reset_monitor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user