diff options
Diffstat (limited to 'deploy/templates/virtual_environment/vms/fuel.xml')
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index e2a05d86e..5be6d398e 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -29,7 +29,7 @@ <readonly/> </disk> <disk type='file' device='disk'> - <driver name='qemu' type='qcow2'/> + <driver name='qemu' type='raw' cache='none' io='native'/> <source file='disk.raw'/> <target dev='vda' bus='virtio'/> </disk> |