diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2016-07-12 17:53:13 +0200 |
---|---|---|
committer | Josep Puigdemont <josep.puigdemont@enea.com> | 2016-07-12 17:53:13 +0200 |
commit | 26cf07f05ed9d21e4c5030cb69fe532a43c9ab07 (patch) | |
tree | 81939d13006478b3285d782e1dfff6c2f3dd7102 /patches | |
parent | d3e30dfb0671fede8ba867e6559f447e30a2eff3 (diff) |
Fuel VM: set virtio cache to writeback
Change-Id: Icbbba0bee68a8fe9de76dbf3c339e01da43fb3a2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch b/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch index 224d8da8..aa97aa69 100644 --- a/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch +++ b/patches/opnfv-fuel/0004-Fuel-VM-for-the-Enea-Armband-lab.patch @@ -55,7 +55,7 @@ index 0000000..8773ed4 + <devices> + <emulator>/usr/libexec/qemu-kvm</emulator> + <disk type='file' device='disk'> -+ <driver name='qemu' type='qcow2'/> ++ <driver name='qemu' type='qcow2' cache='writeback'/> + <target dev='vda' bus='virtio'/> + </disk> + <disk type='block' device='cdrom'> |