Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db: Fix description of volume.stats.interval which is in milliseconds… #4526

Merged

Conversation

ustcweizhou
Copy link
Contributor

Description

This PR fixes description of volume.stats.interval which is in milliseconds, but not in seconds.
see screenshot below

image

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)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

@sureshanaparti
Copy link
Contributor

@ustcweizhou this was already addressed in PR #3415. Which CS version you see the wrong description?

@rohityadavcloud rohityadavcloud added this to the 4.15.0.0 milestone Dec 9, 2020
@weizhouapache
Copy link
Member

@ustcweizhou this was already addressed in PR #3415. Which CS version you see the wrong description?

@sureshanaparti I have some 4.14 and 4.15 env, all have the issue.

Copy link
Contributor

@DaanHoogland DaanHoogland left a comment

Choose a reason for hiding this comment

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

I'm fine with this #3415 only fixes this if the value is not yet in the configs table / for newly created. This updates existing rows in the DB

@weizhouapache
Copy link
Member

I'm fine with this #3415 only fixes this if the value is not yet in the configs table / for newly created. This updates existing rows in the DB

@DaanHoogland all my testing env are installed from scratch, and they have same issue. How about it on your testing env ?

@DaanHoogland
Copy link
Contributor

@weizhouapache I hadn't looked at this particular issue yet. I'll have a look in a recent env.

@DaanHoogland
Copy link
Contributor

@weizhouapache yes you are right! 😮 looks like #3415 wasn't tested.

@DaanHoogland
Copy link
Contributor

did a quick search and it is hardcoded in schema-41000to41100.sql so the auto-adding value did not get considered.

@DaanHoogland
Copy link
Contributor

I'll await the travis output and merge

@weizhouapache
Copy link
Member

did a quick search and it is hardcoded in schema-41000to41100.sql so the auto-adding value did not get considered.

yeah.

should we fix it in 4.14 branch as well ? it is LTS.

@rohityadavcloud
Copy link
Member

@weizhouapache you can change base branch

@sureshanaparti
Copy link
Contributor

@ustcweizhou this was already addressed in PR #3415. Which CS version you see the wrong description?

@sureshanaparti I have some 4.14 and 4.15 env, all have the issue.

yes, I could see this issue with fresh 4.15 setup. this change is good to go.

@rohityadavcloud rohityadavcloud merged commit 9de679e into apache:master Dec 10, 2020
qrry added a commit to qrry/cloudstack that referenced this pull request Dec 23, 2020
* master:
  server: add conditions for custom offerings (apache#4540)
  vr: Ensuring dnsmasq.leases file is populated (apache#4529)
  template: Ensuring template is cross zone if type changed to system (apache#4522)
  storage: Fix hypervisor type cast to string (apache#4516)
  db upgrade: fix sql exception: Access denied; you need (at least one of) the SUPER privilege(s) for this operation (apache#4533)
  CLOUDSTACK-10423:Potential sensitive information disclosure (apache#4536)
  jobs: The patch remove the password from resultObject and make it be humanreadable (apache#4538)
  listphysicalnetworks: Honouring keyword parameter (apache#4511)
  Fix NPE when Volume exists on secondary store but doesn't have a download URL (apache#4530)
  apidoc issue (apache#4532)
  db: Fix description of volume.stats.interval which is in milliseconds not seconds (apache#4526)
  kvm: set cpu topology only if cpucore per socket is positive value (apache#4527)
  xenserver: check and eject patch vbd for systemvms (apache#4525)
  Fix warning when setup cloudstack-common (apache#4523)
  kvm: FIX cpucorespersocket is not working on KVM (apache#4497)
  change debug to warn for unknown exceptions (apache#4521)
  Fix failure in validating IP address in case of multiple Management Servers (apache#4507)
  Update log output for FirstFitPlanner (apache#4515)
  ui: deprecate old UI and move to legacy to be served at /client/legacy (apache#4518)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants