Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F15CE200C2A for ; Wed, 1 Mar 2017 11:52:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F014B160B70; Wed, 1 Mar 2017 10:52:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3F60C160B5E for ; Wed, 1 Mar 2017 11:52:49 +0100 (CET) Received: (qmail 92780 invoked by uid 500); 1 Mar 2017 10:52:48 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 92770 invoked by uid 500); 1 Mar 2017 10:52:48 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 92767 invoked by uid 99); 1 Mar 2017 10:52:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 10:52:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D125B18C468 for ; Wed, 1 Mar 2017 10:52:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.546 X-Spam-Level: X-Spam-Status: No, score=-1.546 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id XWZgjl72BKJJ for ; Wed, 1 Mar 2017 10:52:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6D3B85F1A1 for ; Wed, 1 Mar 2017 10:52:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A31F0E04E7 for ; Wed, 1 Mar 2017 10:52:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5B33024154 for ; Wed, 1 Mar 2017 10:52:45 +0000 (UTC) Date: Wed, 1 Mar 2017 10:52:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9567) Difference in the api call outputs for CAPACITY_TYPE_CPU = 1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Mar 2017 10:52:50 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889961#comment-15889961 ] ASF GitHub Bot commented on CLOUDSTACK-9567: -------------------------------------------- Github user SudharmaJain commented on the issue: https://github.com/apache/cloudstack/pull/1734 @jburwell As suggested, I have added a marvin test case to verify the fix. Should I add it to smoke test suite. > 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 > > 1 > 1042980 > 1621776 > 64.31 > > http://10.223.59.69:8096/client/api?command=listCapacity&podid=78c23ee6-c585-4065-a03c-08c15492c077&zoneid=48889c46-dd04-4a50-af06-8aad7ea46f61&type=1 > > 1 > > 1 > 48889c46-dd04-4a50-af06-8aad7ea46f61 > jp2-east01 > 78c23ee6-c585-4065-a03c-08c15492c077 > RG1-ck2ejo2-Pod11 > 1042980 > 2453456 > 42.51 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)