]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: virtiofs: provide more context for elements
authorJán Tomko <jtomko@redhat.com>
Thu, 9 Sep 2021 15:52:38 +0000 (17:52 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 9 Sep 2021 15:52:38 +0000 (17:52 +0200)
Suggested-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/kbase/virtiofs.rst

index d728a1358cbbafbbb30cf40e29c48d62e9487511..b89de0c57a768de1b6928301e48179036d611d03 100644 (file)
@@ -62,11 +62,14 @@ More optional elements can be specified
 
 ::
 
-  <driver type='virtiofs' queue='1024'/>
-  <binary path='/usr/libexec/virtiofsd' xattr='on'>
-    <cache mode='always'/>
-    <lock posix='on' flock='on'/>
-  </binary>
+  <filesystem type='mount' accessmode='passthrough'>
+    <driver type='virtiofs' queue='1024'/>
+    ...
+    <binary path='/usr/libexec/virtiofsd' xattr='on'>
+      <cache mode='always'/>
+      <lock posix='on' flock='on'/>
+    </binary>
+  </filesystem>
 
 Externally-launched virtiofsd
 =============================