Commit 432fb373 by Guba Sándor

storage: set default disk cache for migrate

parent df995e7f
......@@ -150,7 +150,7 @@ class Disk(AclBase, TimeStampedModel):
return {
'source': self.path,
'driver_type': self.format,
'driver_cache': 'default',
'driver_cache': 'none',
'target_device': self.device_type + self.dev_num,
'disk_device': 'cdrom' if self.type == 'iso' else 'disk'
}
......
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