From: Jianan Gao Date: Tue, 21 Jul 2020 13:32:40 +0000 (+0800) Subject: NEWS: mention readonly attribute is not yet supported by virtiofsd X-Git-Tag: v6.6.0-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449f8b4848d03a6c9d828f966515ec13b0a1cf51;p=thirdparty%2Flibvirt.git NEWS: mention readonly attribute is not yet supported by virtiofsd There was a clear statement on not supported by virtiofsd with readonly attribute. Signed-off-by: Jianan Gao Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 2c6c628c61..ff977968c7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -170,6 +170,10 @@ v6.4.0 (2020-06-02) firewalld resets all iptables rules and chains on restart, and this includes deleting those created by libvirt. + * qemu: reject readonly attribute for virtiofs + + virtiofs does not yet support read-only shares. + v6.3.0 (2020-05-05) ===================