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?
--- 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. ---