[
https://issues.apache.org/jira/browse/CLOUDSTACK-8687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645828#comment-14645828
]
ASF GitHub Bot commented on CLOUDSTACK-8687:
--------------------------------------------
GitHub user devdeep opened a pull request:
https://github.com/apache/cloudstack/pull/635
CLOUDSTACK-8687: Prepare template only on a given storage pool
Update prepare template api to seed/prepare a template only on a given
primary storage. Currently, the prepare template api will seed/prepare a given
template on all the primary storage pools in a zone. If however, a user wishes
to prepare a template only a particular storage pool, it isn't possible.
Updated the api to take storage pool id as an optional parameter. If the pool
id is provided then the template is prepared only on the given primary storage
pool.
Following scenarios were tested. 1) Prepared a template with out the
storage pool id. The template was seeded on all the available pools in the
given zone. 2) Prepared a template with storage pool id as a parameter in the
api. The template was seeded only on the given primary storage pool.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/devdeep/cloudstack-1 CLOUDSTACK-8687
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/635.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #635
----
commit 746dddd6054a3a1453c8347ce0640e8941b8a6a7
Author: Devdeep Singh <[email protected]>
Date: 2015-07-28T06:35:35Z
CLOUDSTACK-8687: Update prepare template api to seed/prepare a template
only on a given primary storage. Currently, the prepare template api
will seed/prepare a given template on all the primary storage pools in
a zone. If however, a user wishes to prepare a template only a
particular storage pool, it isn't possible. Updated the api to take
storage pool id as an optional parameter. If the pool id is provided
then the template is prepared only on the given primary storage pool
----
> Update prepare template api to seed/prepare a template only on a give primary
> storage
> -------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8687
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8687
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Devdeep Singh
> Assignee: Devdeep Singh
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Currently, the prepare template api will seed/prepare a given template on all
> the primary storage pools in a zone. If however, a user wishes to prepare a
> template only a particular storage pool, it isn't possible.
> The prepare template api should be updated to allow seedng/preparing a
> template only on a given primary storage pool.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)