FAQ: cache=none, not cache=unsafe, prevents qemu from caching.

Thanks: kaze on IRC.
This commit is contained in:
Richard W.M. Jones
2016-02-22 09:54:10 +00:00
parent 3fa03a30b3
commit 34e7b69612

View File

@@ -1366,7 +1366,7 @@ back to the disk image.
However this on its own is not sufficient, because qemu also caches
some data. You will also need to patch libguestfs to (re-)enable the
C<cache=unsafe> mode. See:
C<cache=none> mode. See:
L<https://rwmj.wordpress.com/2013/09/02/new-in-libguestfs-allow-cache-mode-to-be-selected/>
=item *