Bug 595992
Summary: | cannot specify the hostname only with --migrateuri | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Masahiro Matsuya <mmatsuya> | ||||||
Component: | libvirt | Assignee: | Chris Lalancette <clalance> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 5.5 | CC: | clalance, hbrock, jialiu, mjenner, vbian, virt-maint, xen-maint | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | libvirt-0.8.2-1.el5 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2011-01-13 23:12:54 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: | 596016 | ||||||||
Attachments: |
|
Description
Masahiro Matsuya
2010-05-26 05:16:20 UTC
Created attachment 416658 [details]
backported patch
This was tested by a customer, and it worked well.
Yeah, this looks reasonable. I'll take a look. Chris Lalancette Created attachment 417291 [details]
Update backport of upstream patch
Here's a slightly updated version of the same patch. It's exactly the same as the previous except it has a minor bugfix in the case that uri_out is NULL.
Chris Lalancette
Verified this bug with and PASSED. Reproduced on old version libvirt package: # rpm -q libvirt libvirt-0.6.3-33.el5 # virsh migrate --live test qemu+ssh://10.66.70.86/system tcp:dhcp-66-70-86.nay.redhat.com root.70.86's password: error: invalid argument in URI did not have ':port' at the end Verified this bug with the latest version: # rpm -q libvirt libvirt-0.6.3-34.el5 # virsh migrate --live test qemu+ssh://10.66.70.86/system tcp:dhcp-66-70-86.nay.redhat.com root.70.86's password: Migration is done successfully Fixed in libvirt-0.8.2-1.el5 tested with RHEL5u6-Server-x86_64-kvm kernel-2.6.18-227.el5 kvm-83-205.el5 libvirt-0.8.2-7.el5 Steps to VERIFY # virsh migrate --live test qemu+ssh://10.66.70.86/system tcp:dhcp-66-70-86.nay.redhat.com root.70.86's password: Migration is done successfully So set bug status to VERIFIED An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0060.html |