Skip to content

Commit f8e5a6c

Browse files
update config message
1 parent e472e3a commit f8e5a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/components-api/src/main/java/com/cloud/storage/StorageManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ public interface StorageManager extends StorageService {
221221
"Number of worker threads to be used to connect hosts to a primary storage", true);
222222

223223
ConfigKey<Boolean> COPY_TEMPLATES_FROM_OTHER_SECONDARY_STORAGES = new ConfigKey<>(Boolean.class, "copy.templates.from.other.secondary.storages",
224-
"Storage", "true", "Allow templates to be copied from existing Secondary Storage servers (within the same zone or across zones) " +
225-
"when adding a new Secondary Storage, instead of downloading them from the source URL.",
224+
"Storage", "true", "When enabled, this feature allows templates to be copied from existing Secondary Storage servers (within the same zone or across zones) " +
225+
"while adding a new Secondary Storage. If the copy operation fails, the system falls back to downloading the template from the source URL.",
226226
true, ConfigKey.Scope.Zone, null);
227227

228228
/**

0 commit comments

Comments
 (0)