-
Notifications
You must be signed in to change notification settings - Fork 172
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
balloon_check: fix the inconsistent comparison #4220
base: master
Are you sure you want to change the base?
Conversation
When balloon memory to a big value, it means balloon deflation, in guest the in use memory would be reduced; while balloon memory to a small value, it means balloon inflation, in guest the in use memory would be increased. So the calculation method should be updated. Signed-off-by: Xiaoling Gao <[email protected]>
@mcasquer Could you help review the balloon relevant patch? |
Hello @xiagao I tirggered the balloon_check tests with RHEL 9.6.0 and Win2025 guests, I faced a couple of failures in the latter, but I would say them aren't caused by this patch:
If you want to debug them I can provide the logs internally |
Hi @xiagao Would you please check above comments when you have time.Thanks! |
Hi @mcasquer do you still have such issue recently? |
@xiagao it seems no, perhaps it was an environment issue
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
When balloon memory to a big value, it means balloon deflation, in guest the in use memory would be reduced;
while balloon memory to a small value, it means balloon inflation, in guest the in use memory would be increased.
So the calculation method should be updated.
ID: 1316