You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/01 18:54:00 UTC

[jira] [Commented] (CLOUDSTACK-9567) Difference in the api call outputs for CAPACITY_TYPE_CPU = 1

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

ASF subversion and git services commented on CLOUDSTACK-9567:
-------------------------------------------------------------

Commit 96671543dc96309bc141a236305d8459d3d4c43e in cloudstack's branch refs/heads/4.9 from [~sudharmaj]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=9667154 ]

CLOUDSTACK-9567 Difference in the api call outputs for CAPACITY_TYPE_CPU = 1

(cherry picked from commit 732be53044d0a682bd124a291febc6e11cfde77b)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


> Difference in the api call outputs for CAPACITY_TYPE_CPU = 1
> ------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9567
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9567
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: sudharma jain
>
> The total capacity reported is different, ideally they have to be same
> http://10.223.59.69:8096/client/api?command=listPods&id=78c23ee6-c585-4065-a03c-08c15492c077&zoneid=48889c46-dd04-4a50-af06-8aad7ea46f61&showcapacities=true
> <capacity>
> <type>1</type>
> <capacityused>1042980</capacityused>
> <capacitytotal>1621776</capacitytotal>
> <percentused>64.31</percentused>
> </capacity>
> http://10.223.59.69:8096/client/api?command=listCapacity&podid=78c23ee6-c585-4065-a03c-08c15492c077&zoneid=48889c46-dd04-4a50-af06-8aad7ea46f61&type=1
> <listcapacityresponse cloud-stack-version="4.3.0.2">
> <count>1</count>
> <capacity>
> <type>1</type>
> <zoneid>48889c46-dd04-4a50-af06-8aad7ea46f61</zoneid>
> <zonename>jp2-east01</zonename>
> <podid>78c23ee6-c585-4065-a03c-08c15492c077</podid>
> <podname>RG1-ck2ejo2-Pod11</podname>
> <capacityused>1042980</capacityused>
> <capacitytotal>2453456</capacitytotal>
> <percentused>42.51</percentused>
> </capacity>
> </listcapacityresponse>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)