From a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 24 Feb 2016 12:07:23 -0800 Subject: Add missing DRIVE_CACHE setting to the example Add additional note for zfs filesystems. --- app-emulation/qemu-init-scripts/files/qemu-conf.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app-emulation') diff --git a/app-emulation/qemu-init-scripts/files/qemu-conf.example b/app-emulation/qemu-init-scripts/files/qemu-conf.example index d797519..d6c00b8 100644 --- a/app-emulation/qemu-init-scripts/files/qemu-conf.example +++ b/app-emulation/qemu-init-scripts/files/qemu-conf.example @@ -54,6 +54,18 @@ DISKIMAGE=/mnt/kvm/gentoo64.qcow2 # #DRIVE_FORMAT= +# Drive cache type. +# +# See qemu documentation. +# +# Note for zfs filesystems +# ensure you have set zfs +# # zfs set primarycache=all ${tank} +# set DRIVE_CACHE=writeback +# +# Defaults to none. +# +#DRIVE_CACHE= ## General settings -- cgit v1.2.3-65-gdbad