LGTM

On Thu, Mar 6, 2014 at 2:37 PM, Klaus Aehlig <[email protected]> wrote:

> When requesting resources from WConfD, a file has to be
> presented where an exclusive lock is owned on, so that
> WConfD can detect when the requester dies. Add a path
> to a directory where these files are kept in.
>
> Signed-off-by: Klaus Aehlig <[email protected]>
> ---
>  lib/pathutils.py | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/pathutils.py b/lib/pathutils.py
> index d7b1d6e..6ef1ca7 100644
> --- a/lib/pathutils.py
> +++ b/lib/pathutils.py
> @@ -85,6 +85,7 @@ INSTANCE_REASON_DIR = RUN_DIR + "/instance-reason"
>  #: User-id pool lock directory (used user IDs have a corresponding lock
> file in
>  #: this directory)
>  UIDPOOL_LOCKDIR = RUN_DIR + "/uid-pool"
> +LIVELOCK_DIR = RUN_DIR + "/livelocks"
>
>  SSCONF_LOCK_FILE = LOCK_DIR + "/ganeti-ssconf.lock"
>
> --
> 1.9.0.279.gdc9e3eb
>
>

Reply via email to