class documentation
Base class for OpCode execution callbacks.
Method |
|
Returns current priority or None. |
Method |
|
Sends feedback from the LU code to the end-user. |
Method |
|
Called when we are about to reset an LU to retry again. |
Method |
|
Called when we are about to execute the LU. |
Method |
|
Submits jobs for processing. |
overridden in
ganeti.jqueue._OpExecCallbacks
Called when we are about to reset an LU to retry again.
This function is called after PrepareRetry successfully completed.
overridden in
ganeti.jqueue._OpExecCallbacks
Called when we are about to execute the LU.
This function is called when we're about to start the lu's Exec() method, that is, after we have acquired all locks.