Bug 537075
| Summary: | qcow2: infinite recursion on grow_refcount_table() error handling | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Eduardo Habkost <ehabkost> |
| Component: | kvm | Assignee: | Kevin Wolf <kwolf> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.5 | CC: | abaron, bkahn, bstein, dpaikov, ehabkost, lihuang, markmc, pm-eus, riek, rsibley, tburke, virt-maint, ykaul |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kvm-83-136.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 520693 | Environment: | |
| Last Closed: | 2010-03-30 07:52:34 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 552159 | ||
|
Description
Eduardo Habkost
2009-11-12 11:57:43 UTC
*** Bug 551387 has been marked as a duplicate of this bug. *** *** Bug 549747 has been marked as a duplicate of this bug. *** Verify bug in kvm-83-144.el5.
steps :
1. create lvm -->
[root@t199 Desktop]# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
lvtest vgtest -wi-ao 3.00G
2. #qemu-img create -f qcow2 /dev/vgtest/lvtest 20G
3. start a vm with the host device .
#/usr/libexec/qemu-kvm -m 2048 -smp 2 -drive file=vm.test,werror=stop -drive file=/dev/vgtest/lvtest,werror=stop,if=virtio,format=qcow2 -monitor stdio -vnc :1 -net nic,macaddr=00:21:04:58:92:D3 -net tap -usbdevice tablet
4. in guest. using dd to fill up the attached disk. # dd if=/dev/zero of=/dev/vda1 bs=1M
5. wait until vm pause on no space.
6. extend the lvm. #lvextend -L 4G /dev/vgtest/lvtest
7. in qemu monitor, input 'cont' to resume to paused vm.
8. repeat step 5~7 5times,enlarge the lvm's size 1G every time.
result: no segfault
vm run normally before the 'no space' pause.
(can reproduce in kvm-83-105.el5_4.13,which doesn't have the patch. )
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0271.html |