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
This commit is contained in:
ashrod98 2021-09-23 16:02:17 +00:00
parent 7e9c5ec03a
commit ca6e49da0b
1 changed files with 10 additions and 0 deletions

View File

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