commit: a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 20:07:23 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 20:07:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/kvm-tools.git/commit/?id=a1e2f286
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(+)
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