You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Bharat Kumar (JIRA)" <ji...@apache.org> on 2014/07/22 14:38:38 UTC

[jira] [Created] (CLOUDSTACK-7155) Re-copying templates to other zones doesn't work

Bharat Kumar created CLOUDSTACK-7155:
----------------------------------------

             Summary: 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)