File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1705,6 +1705,26 @@ add more servers to an existing zone.
17051705 - Path. The path to the zone's Secondary Staging Store.
17061706
17071707
1708+ When a new Secondary Storage is added, the Management Server attempts to make
1709+ existing templates available on the new Secondary Storage.
1710+
1711+ CloudStack improves template availability using the configuration:
1712+
1713+ +----------------------------------------------+-------------------------------------------------------------------------------------------------------------+-----------+
1714+ | Name | Description | Default |
1715+ +==============================================+=============================================================================================================+===========+
1716+ | copy.templates.from.other.secondary.storages | Allow templates to be copied from existing Secondary Storage servers (within the same zone or across zones) | true |
1717+ | | when adding a new Secondary Storage, instead of downloading them from the source URL. | |
1718+ +----------------------------------------------+-------------------------------------------------------------------------------------------------------------+-----------+
1719+
1720+ This setting is enabled by default and can be configured globally or at zone level.
1721+
1722+ CloudStack applies the following order of steps while trying to make a template available in the new secondary storage:
1723+
1724+ 1. Attempt to copy the template from another Secondary Storage in the same zone.
1725+ 2. If not found, attempt to copy the template from a Secondary Storage in a different zone.
1726+ 3. If the copy operation fails, CloudStack falls back to downloading the template using its URL when it is registered.
1727+
17081728Adding an NFS Secondary Staging Store for Each Zone
17091729~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17101730
You can’t perform that action at this time.
0 commit comments