From 6977943c737cf0358d60ae544d66945a9d445de0 Mon Sep 17 00:00:00 2001 From: Bernardo Dal Seno <bdalseno@google.com> Date: Wed, 28 Mar 2012 13:42:46 +0200 Subject: [PATCH] LUOobCommand: acquire BGL in shared mode Fixed a typo so that now LUOobCommand acquires the BLG in shared mode, as intended. Signed-off-by: Bernardo Dal Seno <bdalseno@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/cmdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 920c297fc..51a817612 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -3968,7 +3968,7 @@ class LUOobCommand(NoHooksLU): """Logical unit for OOB handling. """ - REG_BGL = False + REQ_BGL = False _SKIP_MASTER = (constants.OOB_POWER_OFF, constants.OOB_POWER_CYCLE) def ExpandNames(self): -- GitLab