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

bug #1355: Workarund for argument size limitation in ESX

This commit is contained in:
Tino Vazquez 2012-09-21 17:58:20 +02:00
parent aca8acc038
commit 084abbd5fc

View File

@ -534,6 +534,12 @@ class ExecDriver < VirtualMachineDriver
action = VmmAction.new(self, id, :attach_disk, drv_message)
# Bug #1355, argument character limitation in ESX
# Message not used in vmware anyway
if @hypervisor == "vmware"
drv_message = "drv_message"
end
steps = [
# Perform a PROLOG on the disk
{