[
https://issues.apache.org/jira/browse/CLOUDSTACK-8959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102732#comment-15102732
]
ASF GitHub Bot commented on CLOUDSTACK-8959:
--------------------------------------------
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.
> Option to remove mapping of the config drive when deploying VM
> --------------------------------------------------------------
>
> Key: CLOUDSTACK-8959
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8959
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Kshitij Kansal
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)