[libvirt PATCH] docs: virtiofs: provide more context for elements

Ján Tomko posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e6ff98a0d257f312fc6e6509cb3a9f9d509bf376.1631203079.git.jtomko@redhat.com
docs/kbase/virtiofs.rst | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
[libvirt PATCH] docs: virtiofs: provide more context for elements
Posted by Ján Tomko 2 years, 7 months ago
Suggested-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Pushed as trivial.

 docs/kbase/virtiofs.rst | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst
index d728a1358c..b89de0c57a 100644
--- a/docs/kbase/virtiofs.rst
+++ b/docs/kbase/virtiofs.rst
@@ -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
 =============================
-- 
2.31.1