mike-tutkowski commented on a change in pull request #2298: CLOUDSTACK-9620:
Enhancements for managed storage
URL: https://github.com/apache/cloudstack/pull/2298#discussion_r159563473
##########
File path: server/src/com/cloud/configuration/Config.java
##########
@@ -191,6 +191,22 @@
"10800",
"In second, timeout for download template to primary storage",
null),
+ KvmStorageOfflineMigrationWait(
Review comment:
I have a question about that. I have this config key (and corresponding
logic to use it) implemented in a custom version of 4.6 for a customer and this
customer is looking to migrate to 4.11. If I change this from being in Config
to being in ConfigKey, will that cause problems for them when they migrate to
4.11?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services