[
https://issues.apache.org/jira/browse/CLOUDSTACK-8959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266390#comment-15266390
]
ASF GitHub Bot commented on CLOUDSTACK-8959:
--------------------------------------------
Github user rhtyd commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/938#discussion_r61725650
--- Diff: engine/api/src/com/cloud/vm/VirtualMachineManager.java ---
@@ -55,6 +55,9 @@
static final ConfigKey<String> VmConfigDriveLabel = new
ConfigKey<String>("Hidden", String.class, "vm.configdrive.label", "config",
"The default lable name for the config drive", false);
+ static final ConfigKey<Boolean> ConfigDriveCreation = new
ConfigKey<Boolean>("Advanced", Boolean.class, "use.config.drive", "true",
+ "If true, use config drives for data transfer else don't use.
Default is true", true);
--- End diff --
Explain why this should be true/enabled by default?
> 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)