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 893328 - [virtio-win][balloon]Got BSOD issue while upgrading balloon driver from 1.5.4 to virtio-win-prewhql-44 on rhel6.3.z host
Summary: [virtio-win][balloon]Got BSOD issue while upgrading balloon driver from 1.5.4...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Vadim Rozenfeld
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-09 06:30 UTC by Min Deng
Modified: 2013-02-16 11:22 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-16 09:38:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Min Deng 2013-01-09 06:30:28 UTC
Description of problem:
Install guest with the virtio balloon driver and upgrade it to 6.4 while the balloon size is changing by scripts,the guest will got an bsod issue.
Version-Release number of selected component (if applicable):
qemu-img-rhev-0.12.1.2-2.295.el6_3.10.x86_64
kernel-2.6.32-279.20.1.el6.x86_64
virtio-win-1.5.4-1.el6
virtio-win-prewhql-44
How reproducible:
5 times 5 failed
Steps to Reproduce:
1.boot up guest and install balloon driver (virtio-win-1.5.4-1.el6) on the 6.3.z host
  /usr/libexec/qemu-kvm -m 4G -smp 4 -cpu cpu64-rhel6,+x2apic,+sep,family=0xf -usb -device usb-tablet -drive file=win7-64.raw,format=raw,serial=mike,if=none,id=drive-virtio0,cache=none,werror=stop,rerror=stop,boot=on -device ide-drive,drive=drive-virtio0,id=virtio-blk-pci0,bootindex=1 -uuid 5b7f1150-1d7b-41d9-a93e-bd64a74c4711 -no-kvm-pit-reinjection -monitor stdio -vnc :1 -rtc base=localtime,clock=host,driftfix=slew -chardev socket,id=seabios_debug,path=/tmp/monitor-seabios,server,nowait -device isa-debugcon,iobase=0x402,chardev=seabios_debug -M rhel6.3.0 -vga cirrus -drive file=test.raw,format=raw,serial=mike,if=none,id=drive-virtio1,cache=none,werror=stop,rerror=stop -device virtio-blk-pci,addr=0x9,drive=drive-virtio1,id=virtio-blk-pci1 -device virtio-serial-pci,id=virtio-serial0,max_ports=16 -chardev socket,id=channel0,path=/tmp/helloworld,server,nowait -device virtserialport,chardev=channel0,name=com.redhat.rhevm.vdsm,bus=virtio-serial0.0,id=port0 -device virtio-balloon-pci,addr=0x6,bus=pci.0 -netdev tap,sndbuf=0,id=hostnet1,script=/etc/qemu-ifup,downscript=no -device virtio-net-pci,netdev=hostnet1,mac=00:32:37:31:61:26  -chardev socket,id=111a,path=/tmp/tt,server,nowait -mon chardev=111a,mode=readline 
2.run the scripts on another terminal
[root@dhcp-8-139 home]# cat balloonchangesize.sh 
echo balloon 1024|nc -U /tmp/tt ;
#echo migrate -d tcp:10.66.10.147:1234|nc -U /tmp/tt;
for((i=200;i<=4096;i=i+200));
do echo balloon $i |nc -U /tmp/tt; 
sleep 5 ;
echo balloon echo 4096-$i|bc |nc -U /tmp/tt ;
done
3.Upgrade balloon dirver to virtio-win-prewhql-44 ->Device manager-> Upgrade software ...

Actual results:
The guest got an bsod issue
Expected results:
The guest works well

Additional info:

Comment 3 Min Deng 2013-01-11 06:54:08 UTC
QE can reproduce the bz on rhel6.4 host too.thanks.

Comment 4 Min Deng 2013-01-11 07:24:07 UTC
(In reply to comment #3)
> QE can reproduce the bz on rhel6.4 host too.thanks.

  The issue cannot be reproduced while upgrading driver from 1.4.0 to 1.5.4.So please double check it,thanks.

Comment 6 Vadim Rozenfeld 2013-02-11 00:34:31 UTC
Hi Min,
Could you please reproduce the problem with kernel memory dump instead of small?
Thank you,
Vadim.


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