RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 849034 - [whql][Netkvm] Job of "Multiple processor group device test" failed on HCK
Summary: [whql][Netkvm] Job of "Multiple processor group device test" failed on HCK
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Yvugenfi@redhat.com
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-17 06:58 UTC by dawu
Modified: 2014-07-11 06:37 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-04 06:39:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description dawu 2012-08-17 06:58:54 UTC
Description of problem:
Job of 1134 "Multiple processor group device test" failed on HCK.

Version-Release number of selected component (if applicable):
kernel-2.6.32-294.el6.x86_64
qemu-kvm-0.12.1.2-2.302.el6.x86_64
virtio-win-prewhql-0.1-33

How reproducible:
always

Steps to Reproduce:
1. Start guest with CLI:
   /usr/libexec/qemu-kvm -m 6G -smp 4 -cpu cpu64-rhel6,+x2apic -usbdevice tablet -drive file=win2k8-R2-nic1.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -netdev tap,sndbuf=0,id=hostnet0,vhost=on,script=/etc/qemu-ifup-private,downscript=no -device virtio-net-pci,netdev=hostnet0,mac=00:10:1a:06:39:01,bus=pci.0,addr=0x4,id=virtio-net-pci0 -netdev tap,sndbuf=0,id=hostnet1,vhost=on,script=/etc/qemu-ifup-private,downscript=no -device virtio-net-pci,netdev=hostnet1,mac=00:10:1a:06:39:02,bus=pci.0,addr=0x5,id=virtio-net-pci1 -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet2,mac=00:10:1a:16:39:03,bus=pci.0,addr=0x6 -uuid 12234395-f919-4c43-b140-bfc5bb45ce39 -rtc base=localtime,clock=host,driftfix=slew -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win2k8-R2-nic1,server,nowait -mon chardev=111a,mode=readline -spice port=5931,disable-ticketing -vga qxl -bios /usr/share/seabios/bios-pm.bin -monitor stdio

2. Run job 1134 "Multiple processor group device test"

3. Run sub-job "Validate multiple groups exist"
  
Actual results:
Job failed with following hck logs:
--------------------------------------------------------------------------------
Error 8/16/2012 11:42:34.761 AM ValidateMultipleGroupsExist - Failure: Expected more than one active processor group, but found only one.  Consult the Windows Logo Kit documentation for the proper manual machine configuration steps required prior to running device logo tests on Windows Server 2008 R2 and later OS versions.  The recommended steps are similar to the following, and need to be run from an elevated cmd prompt.
    bcdedit.exe /set groupsize 2
    bcdedit.exe /set groupaware on
    shutdown -r -t 0 -f
    <start device logo tests>

 
File:   testsrc\basetest\topology\logo\ismultigroup\ismultigroup.cpp Line: 109 
Error Type:   HRESULT 
Error Code:   0x0 
Error Text:   The operation completed successfully. 
--------------------------------------------------------------------------------

please refer to the attached     
"MultipleProcessorGroupDeviceTest_fail_log.wtl" for complete logs.

Expected results:
Job should passed without error.

Additional info:

Comment 2 dawu 2012-08-17 07:03:36 UTC
Created attachment 605100 [details]
MultipleProcessorGroupDeviceTest_fail_log

Comment 4 dawu 2012-08-20 03:01:36 UTC
Tried one more time today with the same environment, job passed one time, so remove regression and block flags and keep the bug open till no failure happened again completely.

Comment 5 Yvugenfi@redhat.com 2012-09-03 10:31:56 UTC
Did you configure the VM for multiple processors group?

http://msdn.microsoft.com/en-us/library/ff564483(v=vs.85).aspx

Also in the failing log:
bcdedit.exe /set groupsize 2
bcdedit.exe /set groupaware on
shutdown -r -t 0 -f

Comment 6 dawu 2012-09-04 06:36:56 UTC
(In reply to comment #5)
> Did you configure the VM for multiple processors group?
> 
> http://msdn.microsoft.com/en-us/library/ff564483(v=vs.85).aspx
> 
> Also in the failing log:
> bcdedit.exe /set groupsize 2
> bcdedit.exe /set groupaware on
> shutdown -r -t 0 -f

I didn't configure the VM for multiple processors group, now it passed without any error after I manually configured it.

Thanks for your reminding.

Best Regards,
Dawn


Note You need to log in before you can comment on or make changes to this bug.