Re: [systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-25 Thread Thomas HUMMEL
On 16/05/2020 08:16, Andrei Borzenkov wrote: 15.05.2020 12:57, Thomas HUMMEL пишет: In other words : is it a bad practice to order a home made service before remote-fs-pre.target ? Why would it be? The very reason remote-fs-pre.target was added is to allow services to be reliably started

Re: [systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-16 Thread Andrei Borzenkov
15.05.2020 12:57, Thomas HUMMEL пишет: > > In other words : is it a bad practice to order a home made service > before remote-fs-pre.target ? > Why would it be? The very reason remote-fs-pre.target was added is to allow services to be reliably started before remote mounts.

Re: [systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-15 Thread Thomas HUMMEL
On 14/05/2020 07:35, Andrei Borzenkov wrote: It does not match your graphs. Your service is apparently ordered after network-online.target (not after network.target) and startup is most certainly initiated before rsyslog.service. Not hat it explains anything but at least you need to provide

Re: [systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-13 Thread Andrei Borzenkov
13.05.2020 21:57, Thomas HUMMEL пишет: > Hello, > > I'm using the xCAT (xcat.org) software to provision stateless HPC Centos > 8.1 nodes. Via a systemd service called xcatpostinit1.service, it > enables, at boot time, to run so called postscripts for, for instance > > - configure eth nic with a

[systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-13 Thread Thomas HUMMEL
Hello, I'm using the xCAT (xcat.org) software to provision stateless HPC Centos 8.1 nodes. Via a systemd service called xcatpostinit1.service, it enables, at boot time, to run so called postscripts for, for instance - configure eth nic with a manual (vs dhcp) NetworkManager profile -