Ganeti jobs run as Python processes. Still, for historic reasons, they are organised around a job queue that now has precisely one entry. Simplify that job queue due, as the set of features needed has reduced quite a bit.
Klaus Aehlig (3): Remove drain flag in the jobs' job queue Drop active flag in the worker pool Remove accepting_jobs from jqueue lib/jqueue/__init__.py | 106 +------------- lib/workerpool.py | 25 +--- test/py/ganeti.jqueue_unittest.py | 190 -------------------------- test/py/ganeti.workerpool_unittest.py | 250 ---------------------------------- 4 files changed, 4 insertions(+), 567 deletions(-) -- 2.0.0.526.g5318336
