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 2013/07/28 05:51:49 UTC

[jira] [Comment Edited] (CLOUDSTACK-970) when a template is deleted and then copied over again , it is still marked as "Removed" in template_zone_ref table.

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721836#comment-13721836 ] 

Bharat Kumar edited comment on CLOUDSTACK-970 at 7/28/13 3:51 AM:
------------------------------------------------------------------

Not applicable anymore due to changes in storage subsystem
                
      was (Author: bharat.kumar):
    Not applicable anymore to changes in storage subsystem
                  
> when a template is deleted and then copied over again , it is still marked as "Removed" in template_zone_ref table.
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-970
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-970
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Template
>    Affects Versions: 4.0.0
>            Reporter: Bharat Kumar
>            Assignee: Bharat Kumar
>             Fix For: 4.2.0
>
>
> Steps to reproduce the problem: 
> Have a set up with 2 zones. 
> Create a template1 for zone1. 
> Initiate copytemplate for this template to zone2. 
> Delete this template from zone2. 
> Initiate copytemplate for this template(from zone1) to zone2 copy. 
> Copy gets initiated successfully and it gets copied as well. 
> But this template is marked as "Removed" in template_zone_ref and is not seen in "My Templates" list view. 
> After creation of zone2 template: 
> mysql> select * from template_zone_ref where template_id = 219; 
> +----+---------+-------------+---------------------+---------------------+---------+ 
> | id | zone_id | template_id | created | last_updated | removed | 
> +----+---------+-------------+---------------------+---------------------+---------+ 
> | 43 | 1 | 219 | 2012-04-27 15:08:07 | 2012-04-27 15:08:07 | NULL | 
> | 47 | 2 | 219 | 2012-04-27 16:58:46 | 2012-04-27 16:58:46 | NULL | 
> +----+---------+-------------+---------------------+---------------------+---------+ 
> 2 rows in set (0.00 sec) 
> After deletion of zone2 template: 
> mysql> select * from template_zone_ref where template_id = 219; 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 
> | id | zone_id | template_id | created | last_updated | removed | 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 
> | 43 | 1 | 219 | 2012-04-27 15:08:07 | 2012-04-27 15:08:07 | NULL | 
> | 47 | 2 | 219 | 2012-04-27 16:58:46 | 2012-04-27 16:58:46 | 2012-04-27 18:49:54 | 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 
> 2 rows in set (0.00 sec) 
> After re copying of zone2 template: 
> mysql> select * from template_zone_ref where template_id = 219; 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 
> | id | zone_id | template_id | created | last_updated | removed | 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 
> | 43 | 1 | 219 | 2012-04-27 15:08:07 | 2012-04-27 15:08:07 | NULL | 
> | 47 | 2 | 219 | 2012-04-27 16:58:46 | 2012-04-27 18:50:51 | 2012-04-27 18:50:51 | 
> +----+---------+-------------+---------------------+---------------------+---------------------+ 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira