diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-02-24 12:07:23 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-02-24 12:07:23 -0800 |
commit | a1e2f28626d2dd3ffe89b9a61ca9f7994774d8dd (patch) | |
tree | 2f95e403b90a10987fb2ebe89165ee8a883e0def | |
parent | Migrate from ifconfig commands to ip commands (diff) | |
download | kvm-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.
-rw-r--r-- | app-emulation/qemu-init-scripts/files/qemu-conf.example | 12 |
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 |