Bug 883936

Summary: RFE: add optional [--clienturi] [<clienturi>] option to the migrate command
Product: Red Hat Enterprise Linux 6 Reporter: David Jaša <djasa>
Component: libvirtAssignee: Jiri Denemark <jdenemar>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 6.4CC: acathrow, berrange, bsarathy, ctatman, cwei, dallan, dyuan, jdenemar, marcandre.lureau, michal.skrivanek, mzhan, weizhan, ydu, zpeng
Target Milestone: betaKeywords: FutureFeature, Rebase, Upstream
Target Release: 6.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Story Points: ---
Clone Of:
: 980131 (view as bug list) Environment:
Last Closed: 2014-04-04 20:59:26 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:
Bug Depends On:    
Bug Blocks: 896690, 788977, 883504, 920719, 974510, 980131, 1024339    

Description David Jaša 2012-12-05 15:46:11 UTC
Description of problem:
currently, two uris can be given to libvirt as migrate command options: dst libvirt uri ("desturi") and where qemu listens for incoming migration (migrateuri). This is not sufficient in more complex topologies (with proxies involved) where host name/ip/port/sport as seen by libvirt may not match the one seen by the client.

remote-viewer already uses spice:// uris but the code handling them resides in spice-gtk library and uses glib functions heavily: http://cgit.freedesktop.org/spice/spice-gtk/tree/gtk/spice-session.c?id=fcbbc248a8f885f9a9a6e7c47d7aae0c1ab3cd1b#n245

Version-Release number of selected component (if applicable):
libvirt-0.10.2-10.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. misconfigure hostname on destination host (in /etc/sysconfig/hostname; reboot)
2. connect to the libvirt VM from any other host than destination host
3. migrate the VM using virsh migrate command with an option to give client correct dst host address
  
Actual results:
address can not be given, client fails to connect to dst host

Expected results:
address can be given, client connects to dst host and client console survives migration.

Additional info:
Virt "Display address override" feature depends on this RFE: http://wiki.ovirt.org/Features/Display_Address_Override

Comment 6 Jiri Denemark 2013-06-18 14:14:09 UTC
I just sent the patches implementing the requested functionality upstream for a review (https://www.redhat.com/archives/libvir-list/2013-June/msg00695.html).

Comment 11 RHEL Program Management 2014-04-04 20:59:26 UTC
Development Management has reviewed and declined this request.
You may appeal this decision by reopening this request.