Commit d07e3ccf authored by Jérome Perrin's avatar Jérome Perrin

manager/cpuset: comply with interface

parent 6e87465f
......@@ -140,7 +140,10 @@ class Manager(object):
with open(request_file, "at") as fo:
fo.write(str(request_pid) + "\n")
def instanceTearDown(self):
def instanceTearDown(self, instance):
pass
def report(self, partition):
pass
def _cpu_folder_list(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment