benj-n commented on code in PR #7383:
URL: https://github.com/apache/cloudstack/pull/7383#discussion_r1169256788


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -641,6 +641,12 @@ public class UserVmManagerImpl extends ManagerBase 
implements UserVmManager, Vir
     private static final ConfigKey<Boolean> VmDestroyForcestop = new 
ConfigKey<Boolean>("Advanced", Boolean.class, "vm.destroy.forcestop", "false",
             "On destroy, force-stop takes this value ", true);
 
+    private static final ConfigKey<Integer> MigrateRetry = new 
ConfigKey<Integer>("Advanced", Integer.class, "migrate.retry", "10",

Review Comment:
   Agreed. Default # of retries should be 1 (aka no retry). 



-- 
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]

Reply via email to