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
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
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
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