Skip to content

server: fix format error with memorywithoverprovisioning in list hosts response#4435

Merged
DaanHoogland merged 1 commit into
apache:4.14from
ustcweizhou:4.14-fix-format-memorywithoverprovisioning
Oct 30, 2020
Merged

server: fix format error with memorywithoverprovisioning in list hosts response#4435
DaanHoogland merged 1 commit into
apache:4.14from
ustcweizhou:4.14-fix-format-memorywithoverprovisioning

Conversation

@ustcweizhou
Copy link
Copy Markdown
Contributor

Description

Before change

      "memoryallocated": 2415919104,
      "memorytotal": 7274721280,
      "memoryused": 3231264768,
      "memorywithoverprovisioning": "7.2747213E9",

after change

      "memoryallocated": 2415919104,
      "memorytotal": 7274721280,
      "memoryused": 3231264768,
      "memorywithoverprovisioning": "7274721280",

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Screenshots (if appropriate):

How Has This Been Tested?

…s response

```
      "memoryallocated": 2415919104,
      "memorytotal": 7274721280,
      "memoryused": 3231264768,
      "memorywithoverprovisioning": "7.2747213E9",
```
Copy link
Copy Markdown
Contributor

@sureshanaparti sureshanaparti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code LGTM

@DaanHoogland
Copy link
Copy Markdown
Contributor

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@DaanHoogland
Copy link
Copy Markdown
Contributor

on second thought, this is so trivial, travis must have covered it. ignore @blueorangutan output

@DaanHoogland DaanHoogland merged commit dfd5932 into apache:4.14 Oct 30, 2020
@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2314

Pearl1594 pushed a commit to shapeblue/cloudstack that referenced this pull request Nov 4, 2020
Pearl1594 pushed a commit to shapeblue/cloudstack that referenced this pull request Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants