Bug 699991
Summary: | it takes around 40mins to reboot windows guest | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Suqin Huang <shuang> | ||||
Component: | qemu-kvm | Assignee: | Marcelo Tosatti <mtosatti> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.1 | CC: | juzhang, mkenneth, tburke, virt-maint | ||||
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: | 2011-08-08 22:47:17 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Suqin Huang
2011-04-27 07:52:24 UTC
Please add the required info from the recent rnd comments from Bug 684719 Created attachment 496469 [details]
registers debug info
need long time to reproduce, cont to test other guest, and test win7 with vnc Suqin, Please attempt the test with QXL disabled. 1. host: 4G mem & 2 cpu processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 107 model name : AMD Athlon(tm) Dual Core Processor 4450B stepping : 2 cpu MHz : 1000.000 cache size : 512 KB flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv 2. qemu-kvm-0.12.1.2-2.160.el6.x86_64 2.6.32-131.0.10.el6.x86_64 3. install guest with 4G mem & 2 vcpu vnc: need around 30mins to reboot during installation 4. install guest with 2G mem & 2 vcpu vnc: around 10 mins to reboot during installation spice: around 10 mins to reboot during installation (In reply to comment #8) > 1. host: 4G mem & 2 cpu > > processor : 1 > vendor_id : AuthenticAMD > cpu family : 15 > model : 107 > model name : AMD Athlon(tm) Dual Core Processor 4450B > stepping : 2 > cpu MHz : 1000.000 > cache size : 512 KB > > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 > clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext > 3dnow rep_good extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy > 3dnowprefetch lbrv > > 2. qemu-kvm-0.12.1.2-2.160.el6.x86_64 > 2.6.32-131.0.10.el6.x86_64 > > 3. install guest with 4G mem & 2 vcpu > vnc: need around 30mins to reboot during installation [root@amd-4450b-4-1 ~]# free -m total used free shared buffers cached Mem: 3708 3604 103 0 0 10 -/+ buffers/cache: 3593 115 Swap: 5759 873 4886 > > 4. install guest with 2G mem & 2 vcpu > vnc: around 10 mins to reboot during installation > spice: around 10 mins to reboot during installation [root@amd-4450b-4-1 debug]# free -m total used free shared buffers cached Mem: 3708 3605 102 0 2 1258 -/+ buffers/cache: 2343 1364 Swap: 5759 20 5739 Suqin, (In reply to comment #9) > (In reply to comment #8) > > 1. host: 4G mem & 2 cpu > > > > processor : 1 > > vendor_id : AuthenticAMD > > cpu family : 15 > > model : 107 > > model name : AMD Athlon(tm) Dual Core Processor 4450B > > stepping : 2 > > cpu MHz : 1000.000 > > cache size : 512 KB > > > > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 > > clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext > > 3dnow rep_good extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy > > 3dnowprefetch lbrv > > > > 2. qemu-kvm-0.12.1.2-2.160.el6.x86_64 > > 2.6.32-131.0.10.el6.x86_64 > > > > 3. install guest with 4G mem & 2 vcpu > > vnc: need around 30mins to reboot during installation > > [root@amd-4450b-4-1 ~]# free -m > total used free shared buffers cached > Mem: 3708 3604 103 0 0 10 > -/+ buffers/cache: 3593 115 > Swap: 5759 873 4886 The host is 873MB into swap. That is why its slow. You should decrease the guests memory to avoid swapping and achieve decent performance. Closing as not-a-bug. > > > > 4. install guest with 2G mem & 2 vcpu > > vnc: around 10 mins to reboot during installation > > spice: around 10 mins to reboot during installation > > [root@amd-4450b-4-1 debug]# free -m > total used free shared buffers cached > Mem: 3708 3605 102 0 2 1258 > -/+ buffers/cache: 2343 1364 > Swap: 5759 20 5739 |