-
Notifications
You must be signed in to change notification settings - Fork 169
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
Skip checking vcpuinfo when numad active #5779
Skip checking vcpuinfo when numad active #5779
Conversation
@dzhengfy pls help review it, thx. |
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
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.
Plz upload test results, thx!
if test_obj.params.get('numad_active') == 'no': | ||
verify_vcpuinfo(test_obj, online_cpus, host_online_cpu_num) | ||
verify_vcpuinfo(test_obj, online_cpus, host_online_cpu_num) |
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.
So should we remove the following verify_vcpuinfo in L167?
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.
So should we remove the following verify_vcpuinfo in L167?
yes, you are right, updated.
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.
@Yingshun comment is resolved, so I merge it now.
Signed-off-by: liang-cong-red-hat <lcong@redhat.com>
f2555a9
to
f41c8a0
Compare
test results: |
provided |
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
For vcpuinfo would be impacted by numad changing cpu affinity of guest process, so we skip it.