summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-02-24 12:07:23 -0800
committerBrian Dolbec <dolsen@gentoo.org>2016-02-24 12:07:23 -0800
commita1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd (patch)
tree2f95e403b90a10987fb2ebe89165ee8a883e0def /app-emulation
parentMigrate from ifconfig commands to ip commands (diff)
downloadkvm-tools-a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd.tar.gz
kvm-tools-a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd.tar.bz2
kvm-tools-a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd.zip
Add missing DRIVE_CACHE setting to the example
Add additional note for zfs filesystems.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-init-scripts/files/qemu-conf.example12
1 files changed, 12 insertions, 0 deletions
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