
13 May
2020
13 May
'20
5:34 a.m.
On Wed, 2020-05-13 at 10:58 +0200, Ján Tomko wrote:
This is not yet supported by virtiofsd.
Fixes #23
Please include the full URL here: https://gitlab.com/libvirt/libvirt/-/issues/23
case VIR_DOMAIN_FS_DRIVER_TYPE_VIRTIOFS: + if (fs->readonly) { + virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", + _("virtiofs does not yet supported read-only mode"));
s/supported/support/ Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization