Suresh Kumar Anaparti created CLOUDSTACK-9982:
-------------------------------------------------
Summary: Introduce PhysicalSize as response in listTemplates API
Key: CLOUDSTACK-9982
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9982
Project: CloudStack
Issue Type: Improvement
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Suresh Kumar Anaparti
Assignee: Harika Punna
CloudStack stores template's real size (physical_size) and setting size in the
DB.
{noformat}
mysql> select template_id,size,physical_size from template_store_ref where
template_id=203;
-----------------------++--------------
template_id size physical_size
-----------------------++--------------
203 16106127360 639990784
{noformat}
However listTemplates API does not show PhysicalSize in response.
REPRO STEPS
==================
Try listTemplates API
EXPECTED BEHAVIOR
==================
PhysicalSize of the template needs to be displayed as response from
listTemplates API call
ACTUAL BEHAVIOR
==================
Currently PhysicalSize of the template is not displayed as response from
listTemplates API call
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)