Skip to content

Commit 822838b

Browse files
Improvements added in making the existing templates available on newly added secondary storage
1 parent 53173a1 commit 822838b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

source/installguide/configuration.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
17081728
Adding an NFS Secondary Staging Store for Each Zone
17091729
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17101730

0 commit comments

Comments
 (0)