From ca6e49da0bd70fc6758c2cd34d3503dd8d9cd8d5 Mon Sep 17 00:00:00 2001 From: ashrod98 Date: Thu, 23 Sep 2021 16:02:17 +0000 Subject: [PATCH] XENA release note regarding scheduler filters Currently, scheduler filters are stored as metadata and can be manipulated by end users as all metadata can. In a future release, these filters will be restricted so that only admins can manipulate this data, as partially implemented in [1]. [1] https://review.opendev.org/c/openstack/manila/+/806647 Change-Id: I7a9fec49850e2b2369bb7b798347a03f30aee1ae --- ...dmin-only-metadata-xena-issue-91690edef7bc13aa.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml diff --git a/releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml b/releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml new file mode 100644 index 0000000000..929b6393ca --- /dev/null +++ b/releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml @@ -0,0 +1,10 @@ +--- + +issues: + - | + User specified scheduler hints such as "same_host" and "different_host" + are stored as share metadata with keys such as "__affinity_same_host" and + "__affinity_different_host" respectively. These can be manipulated or + deleted by end users like all metadata unless prevented by RBAC policy. + In a future release, the service will restrict the deletion or + manipulation of these specific metadata items.