Re: Live migration using a specified networking adapter

2021-04-20 Thread Daniel P . Berrangé
On Mon, Apr 19, 2021 at 08:06:23PM +0100, Dr. David Alan Gilbert wrote: > * Jing-Wei Su (jwsu1...@gmail.com) wrote: > > Hello experts, > > > > > > I have a network topology like this diagram. > > > > When start live migration moving a VM from Host A to B, > > > > the migration process uses eith

Re: Live migration using a specified networking adapter

2021-04-19 Thread Dr. David Alan Gilbert
* Jing-Wei Su (jwsu1...@gmail.com) wrote: > Hello experts, > > > I have a network topology like this diagram. > > When start live migration moving a VM from Host A to B, > > the migration process uses either 10GbE (10.0.0.1) or 1 GbE (10.0.0.2), > > but the user cannot specify the source NIC b

Live migration using a specified networking adapter

2021-04-13 Thread Jing-Wei Su
Hello experts, I have a network topology like this diagram. When start live migration moving a VM from Host A to B, the migration process uses either 10GbE (10.0.0.1) or 1 GbE (10.0.0.2), but the user cannot specify the source NIC by current migrate command. To solve the problem, my rough id