Revision 04e1bfaf lib/mcpu.py
b/lib/mcpu.py | ||
---|---|---|
176 | 176 |
lu = lu_class(self, op, self.context, sstore) |
177 | 177 |
lu.ExpandNames() |
178 | 178 |
assert lu.needed_locks is not None, "needed_locks not set by LU" |
179 |
result = self._LockAndExecLU(lu, locking.LEVEL_NODE)
|
|
179 |
result = self._LockAndExecLU(lu, locking.LEVEL_INSTANCE)
|
|
180 | 180 |
finally: |
181 | 181 |
self.context.glm.release(locking.LEVEL_CLUSTER) |
182 | 182 |
self.exclusive_BGL = False |
Also available in: Unified diff