[ https://issues.apache.org/jira/browse/CLOUDSTACK-10259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382271#comment-16382271 ]
ASF subversion and git services commented on CLOUDSTACK-10259: -------------------------------------------------------------- Commit 9aa34c409269b1c22cab1f894bbd6539d56141c6 in cloudstack's branch refs/heads/master from [~rafaelweingartner] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=9aa34c4 ] Merge pull request #2439 from rafaelweingartner/CLOUDSTACK-10259 [CLOUDSTACK-10259] Missing float part of secondary storage data in listAccounts method > Missing float part of secondary storage data when calculating secondary > storage usage in listAccounts > ------------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-10259 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10259 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Rafael Weingärtner > Assignee: Rafael Weingärtner > Priority: Minor > > There is a non-floating points division that is missing the floating part of > the secondary storage usage. This will affect methods that use the following > SET method > org.apache.cloudstack.api.response.AccountResponse.setSecondaryStorageLimit(String). > It affects the listAccounts API method, making it differ from the > updateResource count method, which is presented in bytes. -- This message was sent by Atlassian JIRA (v7.6.3#76005)