Yaniv Bronhaim has posted comments on this change.
Change subject: Text: add 'dstqemu' to vds client migration command description ......................................................................
Patch Set 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>', If modifying the port is supported I think its important to doc it as optional, and I think it is - we sent the address to qemu as: muri = 'tcp://%s' % self._vm.conf['_migrationParams']['dstqemu'] seems like tcp://1.1.1.1:888 will work here. 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,