Skip to content

Commit 7519006

Browse files
Updated 'convert.vmware.instance.to.kvm.timeout' config default value to 3 hrs
1 parent cddf38e commit 7519006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface UnmanagedVMsManager extends VmImportService, UnmanageVMService,
3939
ConfigKey<Integer> ConvertVmwareInstanceToKvmTimeout = new ConfigKey<>(Integer.class,
4040
"convert.vmware.instance.to.kvm.timeout",
4141
"Advanced",
42-
"8",
42+
"3",
4343
"Timeout (in hours) for the instance conversion process from VMware through the virt-v2v binary on a KVM host",
4444
true,
4545
ConfigKey.Scope.Global,

0 commit comments

Comments
 (0)