On Thu, 22 Apr 2021 13:40:53 +0200 Ján Tomko <jtomko@xxxxxxxxxx> wrote: > Provide an exmple in a place more visible than formatdomain.html. > > Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> > --- > docs/kbase/virtiofs.rst | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst > index c0bc07a68d..09674a4a76 100644 > --- a/docs/kbase/virtiofs.rst > +++ b/docs/kbase/virtiofs.rst > @@ -149,3 +149,17 @@ 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, Is there some text missing here? It seems to end abruptly. > + > +:: > + > + <filesystem type='mount'/> > + <driver type='virtiofs' queue='1024'/> > + <source socket='/var/virtiofsd.sock'/> > + </filesystem>