mooli tayer has uploaded a new change for review.
Change subject: Text: add 'dstqemu' to vds client migration command description ......................................................................
Text: add 'dstqemu' to vds client migration command description
Change-Id: Ib160ef79f842fb2dc75cfb229f281806bc801464 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1007686 Signed-off-by: Mooli Tayer mtayer@redhat.com --- M client/vdsClient.py 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/77/19277/1
diff --git a/client/vdsClient.py b/client/vdsClient.py index 590b1e7..bddfaa1 100644 --- a/client/vdsClient.py +++ b/client/vdsClient.py @@ -1957,8 +1957,8 @@ ' name:value,name:value' )), 'migrate': (serv.do_migrate, - ('vmId=<id> method=<offline|online> src=host:[port] ' - 'dst=host:[port]', + ('vmId=<id> method=<offline|online> src=<host[:port]> ' + 'dst=<host[:port]> dstqemu=<host[:port]>', 'Migrate a desktop from src machine to dst host using ' 'the specified ports' )),