From eacf8978e94f73535676f40c70d4be8058d6b839 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Thu, 22 Apr 2021 13:37:04 +0200 Subject: [PATCH] docs: virtiofs: add section about externally-launched virtiofsd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Provide an exmple in a place more visible than formatdomain.html. Signed-off-by: Ján Tomko Reviewed-by: Jonathon Jongsma --- docs/kbase/virtiofs.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst index c0bc07a68d..740b08d50d 100644 --- a/docs/kbase/virtiofs.rst +++ b/docs/kbase/virtiofs.rst @@ -149,3 +149,18 @@ More optional elements can be specified + +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. + +:: + + + + + -- 2.47.2