[libvirt PATCH] qemu: reject readonly attribute for virtiofs

Andrea Bolognani abologna at redhat.com
Wed May 13 09:34:05 UTC 2020


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 at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list