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:
parent
aca8acc038
commit
084abbd5fc
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user