Re: [systemd-devel] Race condition for service dependent on mount

2012-10-23 Thread Lennart Poettering
On Thu, 18.10.12 21:03, Mirco Tischler (mt...@gmx.de) wrote: > > 2012/10/18 David Strauss : > > If a service depends on a mount, systemd doesn't properly wait for the > > mount to complete before starting the service. This creates bad race > > conditions where the service may write to the mount d

Re: [systemd-devel] Race condition for service dependent on mount

2012-10-18 Thread David Strauss
On Thu, Oct 18, 2012 at 12:03 PM, Mirco Tischler wrote: > Every deviation I would count as a bug. Or is my logic flawed? That's my logic, too. Unfortunately, it's not what happens right now. -- David Strauss | da...@davidstrauss.net ___ systemd-dev

Re: [systemd-devel] Race condition for service dependent on mount

2012-10-18 Thread Mirco Tischler
2012/10/18 David Strauss : > If a service depends on a mount, systemd doesn't properly wait for the > mount to complete before starting the service. This creates bad race > conditions where the service may write to the mount directory before > the mount is active, which can stop the mount from even

[systemd-devel] Race condition for service dependent on mount

2012-10-18 Thread David Strauss
If a service depends on a mount, systemd doesn't properly wait for the mount to complete before starting the service. This creates bad race conditions where the service may write to the mount directory before the mount is active, which can stop the mount from even completing successfully because th