winterhazel commented on code in PR #611:
URL: 
https://github.com/apache/cloudstack-documentation/pull/611#discussion_r2651378495


##########
source/installguide/configuration.rst:
##########
@@ -1700,10 +1700,34 @@ add more servers to an existing zone.
    -  **SMB Domain**: Applicable only if you select SMB/CIFS provider.
       The Active Directory domain that the SMB share is a part of.
 
-   -  NFS server. The name of the zone's Secondary Staging Store.
+   -  **NFS server**: The name of the Zone's Secondary Staging Store.
 
-   -  Path. The path to the zone's Secondary Staging Store.
+   -  **Path**: The path to the Zone's Secondary Staging Store.
+
+   -  **Copy Templates from other storages**: This switch can be used to 
automatically
+      copy existing Templates from Secondary Storages in other Zones instead of
+      fetching from their URLs, more details are as below.
+
+
+When a new Secondary Storage is added, the Management Server attempts to make
+existing Templates available on the new Secondary Storage.
+
+CloudStack improves Template availability using the configuration:
+
++----------------------------------------------+-------------------------------------------------------------------------------------------------------------+-----------+
+| Name                                         | Description                   
                                                                              | 
Default   |
++==============================================+=============================================================================================================+===========+
+| copy.templates.from.other.secondary.storages | Allow Templates to be copied 
from existing Secondary Storages (within the same Zone or across Zones) | true  
    |
+|                                              | when adding a new Secondary 
Storage, instead of downloading them from the source URL.                       
|           |
++----------------------------------------------+-------------------------------------------------------------------------------------------------------------+-----------+
+
+This setting is enabled by default and can be configured globally or at Zone 
level.
+
+CloudStack applies the following order of steps while trying to make a 
Template available in the new Secondary Storage:
 
+1. Attempt to copy the Template from another Secondary Storage in the same 
Zone.
+2. If not found, attempt to copy the Template from a Secondary Storage in a 
different Zone.
+3. If the copy operation fails, CloudStack falls back to downloading the 
Template using its URL when it is registered.

Review Comment:
   ```suggestion
   3. If the copy operation fails, CloudStack falls back to downloading the 
Template using its URL.
   ```
   
   This last part seems unnecessary to me



-- 
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]

Reply via email to