Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions source/installguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,26 @@ add more servers to an existing zone.
- Path. The path to the zone's Secondary Staging Store.


When a new Secondary Storage is added, the Management Server attempts to make
existing templates available on the new Secondary Storage.
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated

CloudStack improves template availability using the configuration:
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated

+----------------------------------------------+-------------------------------------------------------------------------------------------------------------+-----------+
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harikrishna-patnala the table is not visible in the html.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @rajujith fixed it

image

| Name | Description | Default |
+==============================================+=============================================================================================================+===========+
| copy.templates.from.other.secondary.storages | Allow templates to be copied from existing Secondary Storage servers (within the same zone or across zones) | true |
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated
| | 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.
Comment thread
DaanHoogland marked this conversation as resolved.
Outdated
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated

CloudStack applies the following order of steps while trying to make a template available in the new secondary storage:
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated

1. Attempt to copy the template from another Secondary Storage in the same zone.
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated
2. If not found, attempt to copy the template from a Secondary Storage in a different zone.
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated
3. If the copy operation fails, CloudStack falls back to downloading the template using its URL when it is registered.
Comment thread
harikrishna-patnala marked this conversation as resolved.
Outdated

Adding an NFS Secondary Staging Store for Each Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down