| Summary: | should block to do live migration when trying to migrate a VHDX image file | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> |
| Component: | qemu-kvm | Assignee: | Jeff Cody <jcody> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | bsarathy, chayang, flang, jcody, jen, juzhang, michen, mkenneth, qzhang, rbalakri, tlavigne, virt-maint, xfu |
| Target Milestone: | rc | Keywords: | TestOnly |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-14 06:51:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1006159 | ||
|
Description
Sibiao Luo
2013-09-17 02:54:23 UTC
The patch series for BZ 1007176 included the backport of the upstream migration blocker patch for VHDX. (In reply to Jeff Cody from comment #4) > The patch series for BZ 1007176 included the backport of the upstream > migration blocker patch for VHDX. Sorry, I mistook this for the RHEL7 BZ. For RHEL6, the migration blocker was not added, as the VHDX image driver only supports r/o currently. (In reply to Jeff Cody from comment #7) > (In reply to Jeff Cody from comment #4) > > The patch series for BZ 1007176 included the backport of the upstream > > migration blocker patch for VHDX. > > Sorry, I mistook this for the RHEL7 BZ. For RHEL6, the migration blocker > was not added, as the VHDX image driver only supports r/o currently. Moving it back to ASSIGNED. We'll move it to ON_QA (it's a TestOnly bug) once Bug 1006159 is merged. Bug 1006159 is merged, so moving this to ON_QA Verified this issue with the same steps as comment #0 on qemu-kvm-0.12.1.2-2.436.el6.x86_64 which has blocked vhdx format image to do live migration. host info: # uname -r && rpm -q qemu-kvm 2.6.32-491.el6.x86_64 qemu-kvm-0.12.1.2-2.436.el6.x86_64 Test results: e.g.:...-drive file=/mnt/sluo-data-disk.vhdx,if=none,id=drive-data-disk,format=vhdx,cache=none,werror=stop,rerror=stop,readonly=on -device virtio-blk-pci,bus=pci.0,addr=0x7,drive=drive-data-disk,id=data-disk (qemu) migrate -d tcp:0:5888 Block format 'vhdx' used by device 'drive-data-disk' does not support feature 'live migration' Best Regards, sluo 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/RHBA-2014-1490.html |