Skip to content
Snippets Groups Projects
Commit c3c3e016 authored by Anael Beutot's avatar Anael Beutot
Browse files

Remove DRBD job from job manager when done.

parent 5c31d96c
No related branches found
No related tags found
No related merge requests found
......@@ -574,6 +574,9 @@ class Handler(HostHandler):
job = self.main.job_manager.get(res['jid'])
job.cleanup()
# remove job from job_manager list
self.main.job_manager.notify(job)
class Hypervisor(object):
"""Container for all hypervisor related state."""
......
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