update config message

This commit is contained in:
Harikrishna Patnala 2026-01-09 14:48:39 +05:30
parent e472e3acfb
commit f8e5a6c6ae
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ public interface StorageManager extends StorageService {
"Number of worker threads to be used to connect hosts to a primary storage", true);
ConfigKey<Boolean> COPY_TEMPLATES_FROM_OTHER_SECONDARY_STORAGES = new ConfigKey<>(Boolean.class, "copy.templates.from.other.secondary.storages",
"Storage", "true", "Allow templates to be copied from existing Secondary Storage servers (within the same zone or across zones) " +
"when adding a new Secondary Storage, instead of downloading them from the source URL.",
"Storage", "true", "When enabled, this feature allows templates to be copied from existing Secondary Storage servers (within the same zone or across zones) " +
"while adding a new Secondary Storage. If the copy operation fails, the system falls back to downloading the template from the source URL.",
true, ConfigKey.Scope.Zone, null);
/**