From: Harry G. Coin Date: Wed, 16 Sep 2020 11:22:50 +0000 (+0100) Subject: virtiofsd: document cache=auto default X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f1303afe222759105fc1787992098f5754c7e296;p=qemu.git virtiofsd: document cache=auto default The virtiofsd --help output documents the cache=auto default value but the man page does not. Fix this. Signed-off-by: Harry G. Coin Signed-off-by: Stefan Hajnoczi Message-Id: <20200916112250.760245-1-stefanha@redhat.com> Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Dr. David Alan Gilbert --- diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst index 7fe6a87291..ae02938a95 100644 --- a/docs/tools/virtiofsd.rst +++ b/docs/tools/virtiofsd.rst @@ -103,6 +103,7 @@ Options forbids the FUSE client from caching to achieve best coherency at the cost of performance. ``auto`` acts similar to NFS with a 1 second metadata cache timeout. ``always`` sets a long cache lifetime at the expense of coherency. + The default is ``auto``. Examples --------