Dan Kenigsberg has posted comments on this change.
Change subject: Text: add 'dstqemu' to vds client migration command description ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
.................................................... File client/vdsClient.py Line 1957: ' name:value,name:value' Line 1958: )), Line 1959: 'migrate': (serv.do_migrate, Line 1960: ('vmId=<id> method=<offline|online> src=<host[:port]> ' Line 1961: 'dst=<host[:port]> dstqemu=<host>', I asked Mooli to verify that specifying a port somehow work. If we are not sure we are ant to support it, we should not doc it. Line 1962: 'Migrate a desktop from src machine to dst host using ' Line 1963: 'the specified ports' Line 1964: )), Line 1965: 'migrateStatus': (serv.do_mStat,