mooli tayer has uploaded a new change for review. Change subject: Text: add description for dstqemut in migration command ......................................................................
Text: add description for dstqemut in migration command Change-Id: I4cf7098537f3b2561a25bc77f4518b2a6ba0bfeb Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1007686 Signed-off-by: Mooli Tayer <[email protected]> --- M client/vdsClient.py 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/09/24009/1 diff --git a/client/vdsClient.py b/client/vdsClient.py index 23959e2..46722e9 100644 --- a/client/vdsClient.py +++ b/client/vdsClient.py @@ -1957,10 +1957,11 @@ ' 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>', 'Migrate a desktop from src machine to dst host using ' - 'the specified ports' + 'the specified ports and an optional address for migration' + 'data traffic.' )), 'migrateStatus': (serv.do_mStat, ('<vmId>', -- To view, visit http://gerrit.ovirt.org/24009 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4cf7098537f3b2561a25bc77f4518b2a6ba0bfeb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
