You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chip Childers (JIRA)" <ji...@apache.org> on 2013/06/04 20:55:42 UTC

[jira] [Updated] (CLOUDSTACK-568) Source template id is recorded incorrectly.

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

Chip Childers updated CLOUDSTACK-568:
-------------------------------------

    Fix Version/s:     (was: 4.1.0)
                   4.2.0
    
> Source template id is recorded incorrectly.
> -------------------------------------------
>
>                 Key: CLOUDSTACK-568
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-568
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: ISO, Template, Volumes
>    Affects Versions: 4.0.0
>         Environment: Operating System: All
> Platform: PC 
>            Reporter: Bharat Kumar
>             Fix For: 4.2.0
>
>
> In the database, there appears to be three templates that have their parents (source_template_id) set to the VMWare tools or XenServer tools ISOs instead of the ISO actually used to install the VM the template was generated from:
> mysql> select id, name, format, source_template_id from vm_template where source_template_id in (200,201);
> +-----+----------------------------------+--------+--------------------+
> | id | name | format | source_template_id |
> +-----+----------------------------------+--------+--------------------+
> | 271 | Windows 2008 Ent. R2 64bit (XEN) | VHD | 200 |
> | 272 | W2k8 R2 Ent 64 bit vSphere | OVA | 201 |
> | 273 | W2K8 R2 Ent. 64bit | OVA | 201 |
> +-----+----------------------------------+--------+--------------------+
> 3 rows in set (0.00 sec)
> According to Kelven, this could happen if you launch a VM from an ISO, then later attach the tools ISOs before taking a snapshot and creating the template.
> The source_template_id is often used to determine billing information by upstream systems (such as CloudPortal), so this can cause incorrect billing.

--
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