Bug 2152242
| Summary: | Failed to migrate VM with postcopy, error msg: Postcopy is not supported | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Denys Shchedrivyi <dshchedr> |
| Component: | Virtualization | Assignee: | sgott |
| Status: | CLOSED DUPLICATE | QA Contact: | Kedar Bidarkar <kbidarka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.12.0 | CC: | cnv-qe-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-14 13:10:30 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: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 2152875 *** This appears to be a duplicate of 2152875. Feel free to re-open if this appears to be in error. |
Description of problem: There is an error message in source pod during migration with postcopy: > {"component":"virt-launcher","kind":"","level":"error","msg":"Live migration failed.","name":"vm-for-migration-policy-test-1670617033-538427","namespace":"virt-migration-and-maintenance-test-migration-polic","pos":"live-migration-source.go:817","reason":"error encountered during MigrateToURI3 libvirt api call: virError(Code=1, Domain=10, Message='internal error: unable to execute QEMU command 'migrate-set-capabilities': Postcopy is not supported')","timestamp":"2022-12-09T20:25:17.354513Z","uid":"20fc8ba6-a56f-4571-9993-5877034c371c"} Version-Release number of selected component (if applicable): 4.12 How reproducible: Steps to Reproduce: 1. create migration policy with `allowPostCopy: true` 2. create VM and migrate 3. Actual results: Migration failed, error message: Postcopy is not supported Expected results: Migration successful Additional info: