manila/releasenotes/notes/admin-only-metadata-xena-issue-91690edef7bc13aa.yaml
ashrod98 ca6e49da0b 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
2021-09-27 18:20:38 +00:00

11 lines
441 B
YAML

---
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.