Hide Forgot
Description of problem: start 4 guests to test Version-Release number of selected component (if applicable): # uname -r ;rpm -q kvm 2.6.18-269.el5 kvm-83-238.el5 How reproducible: sometimes Steps to Reproduce: 1.install windows 2008 R2 guest with -smp 4 -m 4G, on a small memory host 2.copy the origanal host into 4 copies. named win08.5 ,win08.6, win08.7,win08.8 3.start the 4 guests on a 512 GB host ,each guest starts with -m 128G -cpu 16.(commandLine will be attached ) 4.running #stress in 4 guests Actual results: BSOD occurs in one guest ,other guests work well Expected results: no BSOD occurs. Additional info:
Created attachment 510623 [details] screen dump
Created attachment 510624 [details] qemu-kvm command line
Created attachment 510625 [details] Bugcheck Analysis
Created attachment 510627 [details] host infomation
This is not really a bug; bugcheck 0x101 simply means that the system is overcommitted. There is a Viridian extension that makes Windows suppress the watchdog, we do not have it implemented.
I take Paolo's word above, and close the bug. It is probably possible to do better, but the problem will always reveal itself (probably with more guests running in parallel). How is RHEL6 running this test?
Hi, Paolo ,Ronen Could you gave we a criteria that How much memory over-commit does we support in RHEL5 host ? From this test ,I did 20G host memory overcommit ,and the host is 504G memory. Best Regards, Mike
It's not possible to give a number valid in all circumstances. For Windows, the guest watchdog means that as soon as you overcommit all bets are off. (Without overcommit, bugcheck 0x101 can still happen but if it is reproducible it should probably be considered a bug; see for example Xen bug 651912).