harikrishna-patnala commented on code in PR #12296:
URL: https://github.com/apache/cloudstack/pull/12296#discussion_r2638734463
##########
engine/components-api/src/main/java/com/cloud/storage/StorageManager.java:
##########
@@ -220,8 +220,9 @@ public interface StorageManager extends StorageService {
"storage.pool.host.connect.workers", "1",
"Number of worker threads to be used to connect hosts to a primary
storage", true);
- ConfigKey<Boolean> COPY_PUBLIC_TEMPLATES_FROM_OTHER_STORAGES = new
ConfigKey<>(Boolean.class, "copy.public.templates.from.other.storages",
- "Storage", "true", "Allow SSVMs to try copying public templates
from one secondary storage to another instead of downloading them from the
source.",
+ ConfigKey<Boolean> COPY_TEMPLATES_FROM_OTHER_SECONDARY_STORAGES = new
ConfigKey<>(Boolean.class, "copy.templates.from.other.secondary.storages",
Review Comment:
The previous PR merged recently in 4.20
https://github.com/apache/cloudstack/pull/10363 (after 4.20.2 release)
@shwstppr so both these PRs will be in same release
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]