python-manilaclient/releasenotes/notes/add-scheduler-hints-to-share-create-70d429cb0aaf8f11.yaml
kpdev 9a2bcb8d87 Add --scheduler_hints to share create command
This commit add --scheduler_hints option to share create command. Users
can specify affinity/anti-affinity share ids to share create command as
value in <key=value> pairs of scheduler hints. The possible keys are
same_host and different_host. Available from microversion 2.65.

Partially-implements: bp affinity-antiaffinity-filter
Change-Id: I8a9598eb16f08ed6539e8996e28cfc6e19586483
2021-09-07 19:22:38 +02:00

9 lines
357 B
YAML

---
features:
- Added --scheduler_hints to the share create command
upgrade:
- Scheduler hints in the share create command allow scheduler to select
appropriate host using hard affinity and anti-affinity filters. User needs
to specify affinity/anti-affinity share ids using keys "same_host" or
"different_host" when creating a manila share.