| Summary: | Disable live-storage-migration in virsh (migrate -b/-i in qemu) - libvirt support | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ademar Reis <areis> |
| Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | acathrow, areis, berrange, bsarathy, dallan, dyuan, eblake, jcody, jdenemar, knoel, mkenneth, mprivozn, virt-maint, ydu, zpeng |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-1.1.1-12.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1020495 | Environment: | |
| Last Closed: | 2014-06-13 12:21:11 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: | 1022392 | ||
| Bug Blocks: | |||
|
Comment 3
Michal Privoznik
2013-11-07 09:44:17 UTC
Patch proposed upstream: https://www.redhat.com/archives/libvir-list/2013-November/msg00239.html Moving to POST: http://post-office.corp.redhat.com/archives/rhvirt-patches/2013-November/msg00687.html verify with build:
qemu-kvm-1.5.3-19.el7.x86_64
libvirt-1.1.1-12.el7.x86_64
step:
1: create migration env.
2: pre-create img on target host.
3: migrate guest with --copy-storage-all(migrate -b)
# virsh migrate --live --copy-storage-all rhel qemu+ssh://10.66.100.118/system --verbose --unsafe
root.100.118's password:
error: internal error: unable to execute QEMU command 'migrate': this feature or command is not currently supported
check libvirtd log :
....
2013-11-13 07:31:27.827+0000: 6512: debug : qemuMigrationDriveMirror:1190 : Destination doesn't support NBD server Falling back to previous implementation.
....
2013-11-13 07:31:27.841+0000: 6512: debug : qemuMonitorJSONCheckError:343 : unable to execute QEMU command {"execute":"migrate","arguments":{"detach":true,"blk":true,"inc":false,"uri":"fd:migrate"},"id":"libvirt-19"}: {"id":"libvirt-19","error":{"class":"GenericError","desc":"this feature or command is not currently supported"}}
....
4: migrate guest with --copy-storage-inc(migrate -i)
# virsh migrate --live --copy-storage-inc rhel qemu+ssh://10.66.100.118/system --verbose --unsafe
root.100.118's password:
error: internal error: unable to execute QEMU command 'migrate': this feature or command is not currently supported
check libvirtd log:
....
2013-11-13 08:15:59.789+0000: 6513: debug : qemuMigrationDriveMirror:1190 : Destination doesn't support NBD server Falling back to previous implementation.
....
2013-11-13 08:15:59.804+0000: 6513: debug : qemuMonitorJSONCheckError:343 : unable to execute QEMU command {"execute":"migrate","arguments":{"detach":true,"blk":false,"inc":true,"uri":"fd:migrate"},"id":"libvirt-33"}: {"id":"libvirt-33","error":{"class":"GenericError","desc":"this feature or command is not currently supported"}}
....
move to verified.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |