Skip to content
Snippets Groups Projects
Commit 2da55f7c authored by Guido Trotter's avatar Guido Trotter
Browse files

Burnin doesn't need a Processor

In 2.0 burnin submits job to the master daemon, so it doesn't need to
create an internal Processor anymore. Even if the processor is not used
anywhere in the burnin code it was still initialized as a leftover of
how burnin used to work. Fixing this.

Reviewed-by: iustinp
parent 7a5d3bbd
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ class Burner(object):
"""Constructor."""
logger.SetupLogging(program="ganeti/burnin", debug=False)
self._feed_buf = StringIO()
self.proc = mcpu.Processor(feedback=self.Feedback)
self.nodes = []
self.instances = []
self.to_rem = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment