Re: [pve-devel] [PATCH cluster] pmxcfs: only exit parent when successfully started

2018-04-12 Thread Fabian Grünbichler
minor nits, ACK otherwise On Thu, Apr 12, 2018 at 11:27:09AM +0200, Dominik Csapak wrote: > since systemd depends that the pid file is written only > when the service is actually started, we need to wait for the > child to get to the point where it starts the fuse loop > and signal the parent to

Re: [pve-devel] [PATCH cluster] pmxcfs: only exit parent when successfully started

2018-04-12 Thread Wolfgang Bumiller
On Thu, Apr 12, 2018 at 11:27:09AM +0200, Dominik Csapak wrote: > since systemd depends that the pid file is written only > when the service is actually started, we need to wait for the > child to get to the point where it starts the fuse loop > and signal the parent to now exit and write the pid

[pve-devel] [PATCH cluster] pmxcfs: only exit parent when successfully started

2018-04-12 Thread Dominik Csapak
since systemd depends that the pid file is written only when the service is actually started, we need to wait for the child to get to the point where it starts the fuse loop and signal the parent to now exit and write the pid file without this, we had an issue, where the ExecStartPost hook (which