manila/releasenotes/notes/scheduler_hints_share_replica-ffeed5cf9adeddff.yaml
Kiran Pawar 9da023eeb5 Add support of scheduler_hints in share replica create
The OnlyHostFilter added for share creation can be extended to use in
share replica creation using scheduler-hints.

e.g. manila share-replica-create share_id \
	--scheduler-hints "only_host=host@backend#pool"

OnlyHostFilter (https://review.opendev.org/c/openstack/manila/+/813293)

Depends-on: I603434cac246e2c0946672d3f0fe469ed5423fa4
Closes-Bug: #1950313
Change-Id: I2e6d8709fc02df16622bdc910127fa489835db38
2022-02-15 03:21:20 +00:00

8 lines
380 B
YAML

---
features:
- Added option "scheduler_hints" to share replica create API. For now, the
onlyHostFilter will be supported using this option. The filter needs admin
to specify host@backend#pool to "share_replica.scheduler_hints.only_host"
in the request payload when creating a manila share replica. For non-admin
users the onlyHostFilter will always be ignored.