Re: [systemd-devel] working with PrivateNetwork=yes

2015-08-09 Thread Mantas Mikulėnas
systemd does not assign names to the namespaces – this is mostly an 'ip' thing, though it has been requested for systemd earlier. If you know a PID which is in that namespace (e.g. from 'systemctl show'), you can use 'nsenter --net' to switch into that namespace.) # nsenter --net --target $PID

[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