Burner class.
|
|
|
|
|
ClearFeedbackBuf(self)
Clear the feedback buffer. |
|
|
|
|
GetFeedbackBuf(self)
Return the contents of the buffer. |
|
|
|
|
Feedback(self,
msg)
Acumulate feedback in our buffer. |
|
|
|
|
MaybeRetry(self,
retry_count,
msg,
fn,
*args)
Possibly retry a given function execution. |
|
|
|
|
_SetDebug(self,
ops)
Set the debug value on the given opcodes |
|
|
|
|
_ExecOp(self,
*ops)
Execute one or more opcodes and manage the exec buffer. |
|
|
|
|
ExecOp(self,
retry,
*ops)
Execute one or more opcodes and manage the exec buffer. |
|
|
|
|
ExecOrQueue(self,
name,
ops,
post_process=None)
Execute an opcode and manage the exec buffer. |
|
|
|
|
StartBatch(self,
retry)
Start a new batch of jobs. |
|
|
|
|
CommitQueue(self)
Execute all submitted opcodes in case of parallel burnin |
|
|
|
|
ExecJobSet(self,
jobs)
Execute a set of jobs and return once all are done. |
|
|
|
|
|
|
|
GetState(self)
Read the cluster state from the master daemon. |
|
|
|
|
|
|
|
BurnGrowDisks(self)
Grow both the os and the swap disks by the requested amount, if any. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ConfdCallback(self,
reply)
Callback for confd queries |
|
|
|
|
| DoConfdRequestReply(self,
req) |
|
|
|
|
BurnConfd(self)
Run confd queries for our instances. |
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|