Module masterd
source code
Master daemon program.
Some classes deviates from the standard style guide since the
inheritance from parent classes requires it.
|
_LogNewJob(status,
info,
ops)
Log information about a recently submitted job. |
source code
|
|
|
|
|
CLIENT_REQUEST_WORKERS = 16
|
|
EXIT_NOTMASTER = constants.EXIT_NOTMASTER
|
|
EXIT_NODESETUP_ERROR = constants.EXIT_NODESETUP_ERROR
|
Imports:
os,
sys,
socket,
time,
tempfile,
logging,
config,
constants,
daemon,
jqueue,
luxi,
rpcerr,
utils,
errors,
workerpool,
rpc,
rpccl,
ht
Creates or removes the watcher pause file.
- Parameters:
context (GanetiContext) - Global Ganeti context
until (None or int) - Unix timestamp saying until when the watcher shouldn't run
|