Commit e52e3c02 by Karsa Zoltán István

bugfix

parent a9c1e76b
...@@ -40,7 +40,7 @@ class Disk(object): ...@@ -40,7 +40,7 @@ class Disk(object):
CREATE_FORMATS = ['qcow2', 'raw'] CREATE_FORMATS = ['qcow2', 'raw']
def __init__(self, dir, name, format, type, size, def __init__(self, dir, name, format, type, size,
base_name, actual_size=0): base_name, actual_size=0, cache_size=0):
# TODO: tests # TODO: tests
self.name = name self.name = name
self.dir = os.path.realpath(dir) self.dir = os.path.realpath(dir)
......
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 sign in to comment