Bug 530533
Summary: | debug message is displayed when save VM state into a compressed file | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Suqin Huang <shuang> | ||||
Component: | kvm | Assignee: | Juan Quintela <quintela> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.5 | CC: | ehabkost, juzhang, lihuang, llim, ovirt-maint, tburke, virt-maint, ykaul | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | kvm-83-142.el5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-03-30 07:57:09 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
2009-10-23 10:26:40 UTC
steps: 1. boot vm with the command: /usr/libexec/qemu-kvm -drive file=~/share/images/rhel5.4-32,if=virtio,boot=on -no-hpet -rtc-td-hack -smp 2 -m 2G -uuid `uuidgen` -net nic,model=virtio,macaddr=00:A6:78:FA:DD:55,vlan=0 -net tap,vlan=0,script=/etc/qemu-ifup -cpu qemu64,+sse2 -boot c -vnc :8 -name 5.4-32 -monitor stdio 2. migrate vm with file. (qemu) migrate "exec:gzip -c > ~/test.gz" Only thing to do is remove that message (debug leftover). Created attachment 379236 [details]
Remove debugging printf
Tested on kvm-83-142.el5. pass. kvm version:kvm-83-142.el5 Host kernel:2.6.18-183.e15 guest:RHEL-Server-5.4-32.qcow2 steps: 1.boot guest in rhel5.4-32: /usr/libexec/qemu-kvm -no-hpet -usbdevice tablet -rtc-td-hack -m 2G -smp 2 -drive file=/home/RHEL-Server-5.4-32.qcow2,if=virtio,boot=on -net nic,vlan=0,macaddr=22:11:22:45:66:99,model=rtl8139 -net tap,vlan=0,script=/etc/qemu-ifup -uuid `uuidgen` -cpu qemu64,+sse2 -balloon none -boot c -monitor stdio -vnc :10 -notify all 2.migrate vm with file. (qemu) migrate "exec:gzip -c > /root/530533.gz" Actual result: no logs is displayed when save VM state into a compressed file. Reproduced on kvm-83-135.el5. fail. Tested on kvm-83-142.el5. pass. guest:RHEL-Server-5.4-32.qcow2 1), Reproduced on on kvm-83-135.el5. fail. steps: 1.boot guest in rhel5.4-32: /usr/libexec/qemu-kvm -no-hpet -usbdevice tablet -rtc-td-hack -m 2G -smp 2 -drive file=/home/RHEL-Server-5.4-32.qcow2,if=virtio,boot=on -net nic,vlan=0,macaddr=22:11:22:45:66:99,model=rtl8139 -net tap,vlan=0,script=/etc/qemu-ifup -uuid `uuidgen` -cpu qemu64,+sse2 -balloon none -boot c -monitor stdio -vnc :10 -notify all 2.migrate vm with file. (qemu) migrate "exec:gzip -c > /root/530533.gz" Actual result: "qemu_popen: returning result of qemu_fopen_ops" is displayed when save VM state into a compressed file 2),Tested on kvm-83-142.el5. pass. steps: 1.boot guest in rhel5.4-32: /usr/libexec/qemu-kvm -no-hpet -usbdevice tablet -rtc-td-hack -m 2G -smp 2 -drive file=/home/RHEL-Server-5.4-32.qcow2,if=virtio,boot=on -net nic,vlan=0,macaddr=22:11:22:45:66:99,model=rtl8139 -net tap,vlan=0,script=/etc/qemu-ifup -uuid `uuidgen` -cpu qemu64,+sse2 -balloon none -boot c -monitor stdio -vnc :10 -notify all 2.migrate vm with file. (qemu) migrate "exec:gzip -c > /root/530533.gz" Actual result: no logs is displayed when save VM state into a compressed file. 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 |