[
https://issues.apache.org/jira/browse/CLOUDSTACK-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105026#comment-14105026
]
ASF subversion and git services commented on CLOUDSTACK-7155:
-------------------------------------------------------------
Commit cab2b12d7d2a37bb4d8e157bd12dee3117d1e8f0 in cloudstack's branch
refs/heads/master from [~bharat.kumar]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=cab2b12 ]
CLOUDSTACK-7155 Re-copying templates to other zones doesn't work
> Re-copying templates to other zones doesn't work
> ------------------------------------------------
>
> Key: CLOUDSTACK-7155
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7155
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.5.0
> Reporter: Bharat Kumar
> Assignee: Bharat Kumar
> Fix For: 4.5.0
>
>
> Steps to reproduce.
> 1. Create a new template.
> 2. Copy template to another zone.
> 3. Delete just created copy.
> 4. Reissue copy command
> DB record shows as removed in template_zone_ref table causing the deployment
> to fail in that zone.
> mysql> select * from template_zone_ref where template_id=2755;
> ---------------------------------------------------------------------------------+
> id zone_id template_id created last_updated removed
> ---------------------------------------------------------------------------------+
> 4033 1 2755 2013-11-25 20:12:52 2013-11-25 20:12:52 NULL
> 4034 2 2755 2013-11-25 20:21:33 2013-11-25 20:24:04
> 2013-11-25 20:24:04
> 4046 6 2755 2013-11-26 20:08:18 2013-11-26 20:09:16
> 2013-11-26 20:09:16
> ---------------------------------------------------------------------------------+
--
This message was sent by Atlassian JIRA
(v6.2#6252)