projects
/
ganeti-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6376dcc
)
Documentation for the NODE_RES level
author
Helga Velroyen
<helgav@google.com>
Fri, 9 Nov 2012 13:52:50 +0000
(14:52 +0100)
committer
Guido Trotter
<ultrotter@google.com>
Tue, 13 Nov 2012 09:33:51 +0000
(10:33 +0100)
Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/locking.py
patch
|
blob
|
history
diff --git
a/lib/locking.py
b/lib/locking.py
index
bfb446c
..
74f1702
100644
(file)
--- a/
lib/locking.py
+++ b/
lib/locking.py
@@
-1464,6
+1464,8
@@
LEVEL_CLUSTER = 0
LEVEL_INSTANCE = 1
LEVEL_NODEGROUP = 2
LEVEL_NODE = 3
+#: Level for node resources, used for operations with possibly high impact on
+#: the node's disks.
LEVEL_NODE_RES = 4
LEVELS = [