Fixed some syntax errors
Change-Id: I298cf625c869394ca3582b9224a737d722567dec
This commit is contained in:
parent
74415f6d4a
commit
3bedb15bbb
@ -259,11 +259,11 @@ Share type common capability extra-specs that are not visible to end users:
|
|||||||
shares of that type in pools without regard for whether IPv6 is supported.
|
shares of that type in pools without regard for whether IPv6 is supported.
|
||||||
|
|
||||||
* **provisioning:max_share_size** can set the max size of share, the value
|
* **provisioning:max_share_size** can set the max size of share, the value
|
||||||
must be integers and greater than 0. If administrators set this capability
|
must be an integer and greater than 0. If administrators set this capability
|
||||||
as an extra-spec in a share type, the size of share created with the share
|
as an extra-spec in a share type, the size of share created with the share
|
||||||
type can not greater than the specified value.
|
type can not be greater than the specified value.
|
||||||
|
|
||||||
* **provisioning:min_share_size** can set the min size of share, the value
|
* **provisioning:min_share_size** can set the min size of share, the value
|
||||||
must be integers and greater than 0. If administrators set this capability
|
must be an integer and greater than 0. If administrators set this capability
|
||||||
as an extra-spec in a share type, the size of share created with the share
|
as an extra-spec in a share type, the size of share created with the share
|
||||||
type can not less than the specified value.
|
type can not be less than the specified value.
|
||||||
|
@ -161,8 +161,8 @@ REST_API_VERSION_HISTORY = """
|
|||||||
* 2.59 - Add driver ``details`` field to migration get progress.
|
* 2.59 - Add driver ``details`` field to migration get progress.
|
||||||
* 2.60 - API URLs no longer need to include a project_id parameter.
|
* 2.60 - API URLs no longer need to include a project_id parameter.
|
||||||
* 2.61 - Added optional provisioning:max_share_size and
|
* 2.61 - Added optional provisioning:max_share_size and
|
||||||
provisioning:min_share_size extra spec,
|
provisioning:min_share_size extra specs,
|
||||||
which was add minimum and maximum share size restrictions
|
which can add minimum and maximum share size restrictions
|
||||||
on a per share-type granularity.
|
on a per share-type granularity.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user