[PATCH] NEWS: mention readonly attribute is not yet supported by virtiofsd

Jianan Gao posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200721133240.14783-1-jgao@redhat.com
NEWS.rst | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] NEWS: mention readonly attribute is not yet supported by virtiofsd
Posted by Jianan Gao 3 years, 9 months ago
There was a clear statement on not supported by virtiofsd with
readonly attribute.

Signed-off-by: Jianan Gao <jgao@redhat.com>
---
 NEWS.rst | 4 ++++
 1 file changed, 4 insertions(+)

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)
 ===================
-- 
2.21.3

Re: [PATCH] NEWS: mention readonly attribute is not yet supported by virtiofsd
Posted by Ján Tomko 3 years, 9 months ago
On a Tuesday in 2020, Jianan Gao wrote:
>There was a clear statement on not supported by virtiofsd with
>readonly attribute.
>
>Signed-off-by: Jianan Gao <jgao@redhat.com>
>---
> NEWS.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano