cdbc428b69
Add an force parameter to the API layer that lets the user choose whether to go through the scheduler or not, which is boolean.and default is False,set True means extend share directly, set False means extend share will go through scheduler. Add an new min_version 2.64 to extend share api. force parameter only support min_version >= 2.64. Closes-Bug:#1855391 Change-Id: I6da36a687a37c78a7fb7d3f252318d03d4a05133
7 lines
305 B
YAML
7 lines
305 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Launchpad bug 1855391 <https://bugs.launchpad.net/manila/+bug/1855391>`_
|
|
has been fixed. The action of extend share will go through scheduler, if
|
|
there is no available share backend host, the share will rollback to
|
|
available state and create an user message about extend. |