LGTM
On Thu, Mar 6, 2014 at 2:37 PM, Klaus Aehlig <[email protected]> wrote: > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/tools/ensure_dirs.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/tools/ensure_dirs.py b/lib/tools/ensure_dirs.py > index 7ecd3f8..243f03a 100644 > --- a/lib/tools/ensure_dirs.py > +++ b/lib/tools/ensure_dirs.py > @@ -208,6 +208,7 @@ def GetPaths(): > (master_cleaner_log_dir, DIR, 0750, getent.masterd_uid, > getent.masterd_gid), > (pathutils.INSTANCE_REASON_DIR, DIR, 0755, getent.noded_uid, > getent.noded_gid), > + (pathutils.LIVELOCK_DIR, DIR, 0750, getent.masterd_uid, > getent.daemons_gid), > ]) > > return paths > -- > 1.9.0.279.gdc9e3eb > >
