Revision 7f93570a lib/config.py

b/lib/config.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
47 47
from ganeti import netutils
48 48

  
49 49

  
50
_config_lock = locking.SharedLock()
50
_config_lock = locking.SharedLock("ConfigWriter")
51 51

  
52 52
# job id used for resource management at config upgrade time
53 53
_UPGRADE_CONFIG_JID = "jid-cfg-upgrade"

Also available in: Unified diff