SudharmaJain commented on a change in pull request #2244:
CLOUDSTACK-10054:Volume download times out in 3600 seconds
URL: https://github.com/apache/cloudstack/pull/2244#discussion_r135442088
##########
File path:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManager.java
##########
@@ -39,6 +39,9 @@
public static final ConfigKey<Boolean> s_vmwareCleanOldWorderVMs = new
ConfigKey<Boolean>("Advanced", Boolean.class, "vmware.clean.old.worker.vms",
"false",
"If a worker vm is older then twice the 'job.expire.minutes' +
'job.cancel.threshold.minutes' , remove it.", true, ConfigKey.Scope.Global);
+ static final ConfigKey<Integer> s_vmwareOVAPackageTimeout = new
ConfigKey<Integer>(Integer.class, "vmware.package.ova.timeout", "Advanced",
"3600",
Review comment:
@mrunalinikankariya Config does not matches with the description in your
comment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services