|
|
|
|
|
|
|
_AcquireLocks(self,
level,
names,
shared,
opportunistic,
timeout,
opportunistic_count=1,
request_only=False)
Acquires locks via the Ganeti lock manager. |
source code
|
|
|
_ExecLU(self,
lu)
Logical Unit execution sequence. |
source code
|
|
|
|
|
|
|
_CheckLUResult(self,
op,
result)
Check the LU result against the contract in the opcode. |
source code
|
|
|
|
|
Log(self,
*args)
Forward call to feedback callback function. |
source code
|
|
|
LogStep(self,
current,
total,
message)
Log a change in LU execution progress. |
source code
|
|
|
|
|
LogInfo(self,
message,
*args)
Log an informational message to the logs and the user. |
source code
|
|
|
GetECId(self)
Returns the current execution context ID. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|