summary refs log tree commit diff stats
path: root/docs/tools
diff options
context:
space:
mode:
authorHarry G. Coin <hgcoin@gmail.com>2020-09-16 12:22:50 +0100
committerDr. David Alan Gilbert <dgilbert@redhat.com>2020-09-25 12:45:58 +0100
commitf1303afe222759105fc1787992098f5754c7e296 (patch)
tree1702b96eedaa7ef23a22e658acba338c96908779 /docs/tools
parent0210c3b39bef08b7e1d92f28ece771c1970c5f35 (diff)
downloadfocaccia-qemu-f1303afe222759105fc1787992098f5754c7e296.tar.gz
focaccia-qemu-f1303afe222759105fc1787992098f5754c7e296.zip
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 <hgcoin@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200916112250.760245-1-stefanha@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/virtiofsd.rst1
1 files changed, 1 insertions, 0 deletions
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
 --------