[systemd-devel] is systemd killing dhclient?

2015-03-09 Thread Ido Barkan
Hi All, I am a VDSM developer at Ovirt project. VDSM is a daemon which is run as a systemd unit and manages a RHEV hypervisor. During it's start up, under ExecStartPre the unit runs an initialization script, that calls a part of VDSM in order to configure networking on the host. During the

Re: [systemd-devel] is systemd killing dhclient?,

2015-03-12 Thread Ido Barkan
...@poettering.net To: Ido Barkan ibar...@redhat.com Cc: systemd-devel@lists.freedesktop.org Sent: Monday, March 9, 2015 7:03:41 PM Subject: Re: [systemd-devel] is systemd killing dhclient? On Mon, 09.03.15 09:14, Ido Barkan (ibar...@redhat.com) wrote: Hi All, I am a VDSM developer at Ovirt

[systemd-devel] udev interface naming for SR-IOV VFs

2015-04-14 Thread Ido Barkan
Hi all, I am VDSM developer in the Ovirt project. We are implementing support for SR-IOV network cards. Afer the changing of the number of VFs on the card and programmatically querying for all links (we use libnl for this) we observe that *during the iteration* over the links some of them were

[systemd-devel] working with PrivateNetwork=yes

2015-08-09 Thread Ido Barkan
Hi, I am VDSM developer at Ovirt. I am trying to run VDSM related service with PrivateNetwork=yes and JoinsNamespaceOf= in order to isolate VDSM network operations from the host during system tests. After I alter the service files, run 'systemctl daemon-reload' and restart the services it