Re: [libvirt] [PATCH 1/4] Add support for systemd-machined CreateMachineWithNetwork

2015-01-19 Thread Daniel P. Berrange
On Mon, Jan 19, 2015 at 09:56:35AM +0800, Zhu Guihua wrote: Hi Daniel, On Wed, 2015-01-14 at 14:05 +, Daniel P. Berrange wrote: systemd-machined introduced a new method CreateMachineWithNetwork that obsoletes CreateMachine. It expects to be given a list of VETH/TAP device indexes for

Re: [libvirt] [PATCH 1/4] Add support for systemd-machined CreateMachineWithNetwork

2015-01-18 Thread Zhu Guihua
Hi Daniel, On Wed, 2015-01-14 at 14:05 +, Daniel P. Berrange wrote: systemd-machined introduced a new method CreateMachineWithNetwork that obsoletes CreateMachine. It expects to be given a list of VETH/TAP device indexes for the host side device(s) associated with a container/machine.

[libvirt] [PATCH 1/4] Add support for systemd-machined CreateMachineWithNetwork

2015-01-14 Thread Daniel P. Berrange
systemd-machined introduced a new method CreateMachineWithNetwork that obsoletes CreateMachine. It expects to be given a list of VETH/TAP device indexes for the host side device(s) associated with a container/machine. This falls back to the old CreateeMachine method when the new one is not