![Kiran Pawar](/assets/img/avatar_default.png)
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
9 lines
431 B
YAML
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.
|