
16 Jun
2021
16 Jun
'21
5:59 p.m.
On Wed, Jun 16, 2021 at 17:09:07 +0200, Ján Tomko wrote:
When adding support for externally launched virtiofsd, I was too liberal and did not require a target.
But the target is required, because it's passed to the QEMU device, not to virtiofsd.
https://bugzilla.redhat.com/show_bug.cgi?id=1969232
Fixes: 12967c3e1333a6e106110f449ccb1e96279b9527 Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/formatdomain.rst | 1 + docs/kbase/virtiofs.rst | 1 + src/conf/domain_validate.c | 4 +++- tests/qemuxml2argvdata/vhost-user-fs-sock.xml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>