| Summary: | [SVVP]SVVP cannot execute with Max guest with 256 and 48 cpus on AMD host as the guest was slowly and hardly to respond to HCK server | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Min Deng <mdeng> |
| Component: | qemu-kvm | Assignee: | Radim Krčmář <rkrcmar> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.5 | CC: | bcao, bsarathy, chayang, dfleytma, huiwa, juzhang, leiwang, mdeng, michen, mkenneth, pbonzini, qzhang, rbalakri, rkrcmar, virt-maint, xfu, ycui, yvugenfi |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-27 14:45:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Min Deng
2013-10-30 11:22:22 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Min, What is the host cpu number? (In reply to Qunfang Zhang from comment #3) > Min, > > What is the host cpu number? Sorry,my mistake.the above CLI should be 48 cpu number. And the host cpu is #cat /proc/cpuinfo |grep "processor"|sort -u|wc -l 48 For this bug,it affected SVVP because the following, 1.The guest became very slowly and it was hardly to install HCK client. 3.Even if the hck client was installed and then reset the guest from hck server,the guest will change to debug status.The SVVP testing could not continue. Big guests on Intel are not affected? Does the time spent in guest vary significantly between 32 and 48 VCPUs? Or, to streamline the process: can I get access to that host? (If I understand it correctly, the guest is unusable for normal operations too, so HCK server should not be necessary.) Thanks. Hi, Min Could you help reply Radim's question in comment 6? Thanks! (In reply to Radim Krčmář from comment #6) > Big guests on Intel are not affected? Yes > > Does the time spent in guest vary significantly between 32 and 48 VCPUs? Yes,the time spent in guest very significantly between 32 and 48 vcpus. > to streamline the process: can I get access to that host? Other team charge it now so we have to wait.As soon as it is available I will notice you right now. > (If I understand it correctly, the guest is unusable for normal operations > too, > so HCK server should not be necessary.) > > Thanks. The bug most likely has the same source as bug 1136803 -- too many timer reads to do any useful work. Windows reads the timer on every CPU at set intervals -- this interval can be shortened from OS. When we have many VCPUs and a short interval, not much other work is done because QEMU has to serialize reads. Bug 1136803 has more information though, so closing this one. *** This bug has been marked as a duplicate of bug 1136803 *** |