Bug 742484
Summary: | should be also have snapshot on floppy | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | juzhang <juzhang> |
Component: | qemu-kvm | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | CC: | acathrow, chayang, michen, mkenneth, tburke, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.206.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: Snapshotting ignored drives with removable media
Consequence: Reverting to a snapshot didn't revert writes to floppies
Fix: Ignore drives with removable media only when read-only or empty
Result: Snapshotting now treats writable floppies like any other writable drive
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 16:04:55 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: | 742458, 748554 |
Description
juzhang
2011-09-30 10:01:59 UTC
http://post-office.corp.redhat.com/archives/rhvirt-patches/2011-September/msg00677.html According to our test results. with this patch fix this issue.add this issue into tracker bug(bz742458) Verified this issue with qemu-kvm-0.12.1.2-2.199.el6,the steps are as same as comment0. After step4 Results # ./bb.sh mainqcow2.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 2.8M 2011-10-20 09:35:48 00:00:04.197 qemuiso.qcow2 qemufloppy.qcow2 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 0 2011-10-20 09:35:48 00:00:04.197 We also did virtual block and usb device functional testing,did not find block or regression bugs. https://tcms.engineering.redhat.com/run/29499/ https://tcms.engineering.redhat.com/run/29338/ Moving to ON_QA because Errata Tool did not do it Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Snapshotting ignored drives with removable media Consequence: Reverting to a snapshot didn't revert writes to floppies Fix: Ignore drives with removable media only when read-only or empty Result: Snapshotting now treats writable floppies like any other writable drive Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1531.html |