Github user GabrielBrascher commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/938#discussion_r49919875 --- Diff: engine/api/src/com/cloud/vm/VirtualMachineManager.java --- @@ -49,12 +49,15 @@ public interface VirtualMachineManager extends Manager { static final ConfigKey<Boolean> ExecuteInSequence = new ConfigKey<Boolean>("Advanced", Boolean.class, "execute.in.sequence.hypervisor.commands", "false", - "If set to true, StartCommand, StopCommand, CopyCommand, MigrateCommand will be synchronized on the agent side." + "If set to true, StartCommand, StopCommand, CopyCommand, Migrateommand will be synchronized on the agent side." + " If set to false, these commands become asynchronous. Default value is false.", false); --- End diff -- @kansal Could you please correct the "Migrateommand" to "MigrateCommand"? Thanks.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---