You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chandan Purushothama (JIRA)" <ji...@apache.org> on 2013/10/23 00:35:41 UTC

[jira] [Closed] (CLOUDSTACK-3603) "template_store_ref" table has Invalid URL References

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chandan Purushothama closed CLOUDSTACK-3603.
--------------------------------------------


Verified that on a KVM Dixon Setup

mysql> select id,template_id,download_state,install_path,url,state from template_store_ref;
+----+-------------+----------------+--------------------------------------------------------------------+------------------------------------------------------------------------------------------+-------+
| id | template_id | download_state | install_path                                                       | url                                                                                      | state |
+----+-------------+----------------+--------------------------------------------------------------------+------------------------------------------------------------------------------------------+-------+
|  4 |           3 | DOWNLOADED     | template/tmpl/1/3/072362b2-a8e4-4e60-b97a-3707c4652011.qcow2       | http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 | Ready |
|  6 |           4 | DOWNLOADED     | template/tmpl/1/4/73649e4d-7378-3fb7-aa56-3267d52118f7.qcow2       | NULL                                                                                     | Ready |
| 10 |           3 | DOWNLOADED     | template/tmpl/1/3/85754d9c-8016-4bb6-b751-a9de6d0e8c8e.qcow2       | http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 | Ready |
| 12 |           4 | DOWNLOADED     | template/tmpl/1/4/4ef6d3f5-13a0-39f8-9aac-804985bbe719.qcow2       | NULL                                                                                     | Ready |
| 57 |         243 | DOWNLOADED     | template/tmpl/2/243/243-2-8719d1b0-3d09-3448-990e-6e248da50b8b.iso | NULL                                                                                     | Ready |
+----+-------------+----------------+--------------------------------------------------------------------+------------------------------------------------------------------------------------------+-------+
5 rows in set (0.00 sec)


> "template_store_ref" table has Invalid URL References
> -----------------------------------------------------
>
>                 Key: CLOUDSTACK-3603
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3603
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.0
>            Reporter: Chandan Purushothama
>            Assignee: Harikrishna Patnala
>             Fix For: 4.2.1
>
>
> mysql> select id,template_id,download_state,install_path,url,state from template_store_ref;
> +----+-------------+----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------------------+-------+
> | id | template_id | download_state | install_path                                                 | url                                                                                     | state |
> +----+-------------+----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------------------+-------+
> |  4 |           3 | DOWNLOADED     | template/tmpl/1/3/4f102c62-686d-42d9-8a07-11d2058c7d31.qcow2 | http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2             | Ready |
> |  5 |           1 | DOWNLOADED     | template/tmpl/1/1/4ab43c65-76d5-4196-8d3f-08a5a803b195.vhd   | http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2               | Ready |
> |  6 |           4 | DOWNLOADED     | template/tmpl/1/4/4694cfe1-1f7d-3ce8-bda2-914b5e1ed979.qcow2 | http://download.cloud.com/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2 | Ready |
> +----+-------------+----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------------------+-------+
> 3 rows in set (0.00 sec)



--
This message was sent by Atlassian JIRA
(v6.1#6144)