mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: virtiofs: add section about externally-launched virtiofsd
Provide an exmple in a place more visible than formatdomain.html. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
4920678f40
commit
eacf8978e9
@ -149,3 +149,18 @@ More optional elements can be specified
|
||||
<cache mode='always'/>
|
||||
<lock posix='on' flock='on'/>
|
||||
</binary>
|
||||
|
||||
Externally-launched virtiofsd
|
||||
=============================
|
||||
|
||||
Libvirtd can also connect the ``vhost-user-fs`` device to a ``virtiofsd``
|
||||
daemon launched outside of libvirtd. In that case socket permissions,
|
||||
the mount tag and all the virtiofsd options are out of libvirtd's
|
||||
control and need to be set by the application running virtiofsd.
|
||||
|
||||
::
|
||||
|
||||
<filesystem type='mount'/>
|
||||
<driver type='virtiofs' queue='1024'/>
|
||||
<source socket='/var/virtiofsd.sock'/>
|
||||
</filesystem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user