| Summary: | should block to do live migration when trying to migrate a qed image file | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> |
| Component: | qemu-kvm | Assignee: | Virtualization Maintenance <virt-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | acathrow, bsarathy, chayang, flang, jcody, juzhang, michen, mkenneth, qzhang, virt-maint, xfu |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-17 05:21:39 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: | |
|
Description
Sibiao Luo
2013-09-17 04:39:21 UTC
(In reply to Sibiao Luo from comment #0) > Description of problem: > According to bug 999779#c14, add qed migration blocker since > qemu-kvm-0.12.1.2-2.402.el6. > - kvm-qed-add-migration-blocker-v2.patch [bz#999779] > - kvm-qed-remove-incoming-live-migration-blocker.patch [bz#999779] > This is not a bug - in bug 999779, the intent was not to add a migration blocker for QED, but rather to pull in the migration blocker framework. So the first patch quoted above added in parts of the migration framework, while the second patch removed the QED blocker itself. So the net result (for QED) of those two patches is that QED remains unblocked for live migration. (In reply to Jeff Cody from comment #1) > (In reply to Sibiao Luo from comment #0) > > Description of problem: > > According to bug 999779#c14, add qed migration blocker since > > qemu-kvm-0.12.1.2-2.402.el6. > > - kvm-qed-add-migration-blocker-v2.patch [bz#999779] > > - kvm-qed-remove-incoming-live-migration-blocker.patch [bz#999779] > > > > This is not a bug - in bug 999779, the intent was not to add a migration > blocker for QED, but rather to pull in the migration blocker framework. So > the first patch quoted above added in parts of the migration framework, > while the second patch removed the QED blocker itself. So the net result > (for QED) of those two patches is that QED remains unblocked for live > migration. ok, got it, thanks for your explaining it for my mistake. |