sureshanaparti commented on code in PR #9213:
URL: https://github.com/apache/cloudstack/pull/9213#discussion_r1635886690
##########
api/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManager.java:
##########
@@ -30,6 +30,15 @@ public interface UnmanagedVMsManager extends
VmImportService, UnmanageVMService,
"If set to true, do not remove VM nics (and its MAC addresses)
when unmanaging a VM, leaving them allocated but not reserved. " +
"If set to false, nics are removed and MAC addresses can
be reassigned", true, ConfigKey.Scope.Zone);
+ ConfigKey<Integer> RemoteKvmInstanceDisksCopyTimeout = new
ConfigKey<>(Integer.class,
+ "remote.kvm.instance.disks.copy.timeout",
+ "Advanced",
+ "1",
Review Comment:
import from vmware is set in hrs, so thought to keep the same - will convert
to mins.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]