-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Wrong CPU mumber reported in list hosts #9290
Comments
it looks like the cpuNumber values are set differently
cloudstack/server/src/main/java/com/cloud/api/query/dao/HostJoinDaoImpl.java Lines 189 to 190 in 0ed6895
the last change was added in the PR #4795 years ago. |
@weizhouapache yes, makes sense. Maybe we can have a common method to create HostResponse or a method to fill in CPU/memory details |
thanks @shwstppr |
@weizhouapache after your fix, will this still need a documentation change? |
@DaanHoogland good point I quickly checked the page for host https://docs.cloudstack.apache.org/en/latest/adminguide/hosts.html maybe a paragraph in 4.19.2 release note ? |
never mind, as discussed; It is now uniform and intuative, so no changes in docs needed. |
fixed in #10218 |
ISSUE TYPE
Bug
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
UBUNTU 22.04
SUMMARY
The cpunumber reported from list hosts is incosistent with physical hardware and records in database host table.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: