python-manilaclient/releasenotes/notes/add-scheduler-hints-to-share-replica-create-d152a3934e5ad3a7.yaml
Kiran Pawar 39ebe3307a Add --scheduler_hints to share replica create command
This commit adds --scheduler_hints option to share replica create
command of manila shellclient. For OSC, --scheduler-hint is used.
Users can specify scheduler hints e.g. "only_host=host@backend#pool"
to share replica create command which will then force share replica
creation on the specified host.

Depends-on: I2e6d8709fc02df16622bdc910127fa489835db38

Closes-Bug: #1950313
Change-Id: Iba3ed8107fc7ee8a056c8dee04406e2feb8ca055
2022-02-15 03:19:05 +00:00

9 lines
431 B
YAML

---
features:
- Added --scheduler_hints to the share-replica create command of manila
shellclient. In case of OSC, --scheduler-hint is used. Scheduler hints in
the share-replica create allow scheduler to select appropriate host using
filters. For example, user needs to specify "only_host=host@backend#pool"
when creating a manila share-replica in case of onlyhostFilter. Supported
for microversion >= 2.67.